Skip to main content
GET
Health Check

Response

200 - application/json

Successful Response

Response shape for /health.

reason is only emitted when an assembly failure handler set app.state.boot_error; the route uses response_model_exclude_unset so the field stays absent (not null) on the happy path.

status
enum<string>
required
Available options:
ok,
degraded
service
string
required
version
string
required
agent_ready
boolean
required
agent_name
string | null
required
reason
string | null
Last modified on May 22, 2026