Skip to main content
GET
/
api
/
agent
/
health
Agent Health
curl --request GET \
  --url https://otel.logclaw.ai/api/agent/health \
  --header 'x-logclaw-api-key: <api-key>'
{
  "status": "ok"
}

Authorizations

x-logclaw-api-key
string
header
required

Your project API key (starts with lc_proj_)

Response

200 - application/json

Agent is healthy

status
string
Example:

"ok"