Skip to main content
GET
/
api
/
agents
/
orchestrator
/
health
Agent orchestrator health check
curl --request GET \
  --url http://localhost:3001/api/agents/orchestrator/health \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "health": {},
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Lucid API key (lk_live_... or lk_test_...)

Response

OK

success
boolean
required
health
object
required
message
string