Health Check
Health check endpoint for monitoring and load balancers.
Returns status: "ok" only when an agent is registered and
/agent/* will accept requests. Returns status: "degraded" with
agent_ready: false when no agent is configured — e.g. standalone
admin-only mode after an assemble_engine_config error, or the
pre-onboarding wizard state. When app.state.boot_error is set by
the standalone’s assembly failure handler, it is surfaced as reason
so operators can diagnose without grepping logs.
Documentation Index
Fetch the complete documentation index at: https://docs.idun-group.com/llms.txt
Use this file to discover all available pages before exploring further.
Response
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.