Skip to main content
GET
Report service liveness and per-component readiness

Headers

x-user-id
string
required

Caller's user ID. Temporary header-based identity; will be replaced by JWT auth.

Response

Successful Response

The service health response.

status
enum<string>
required

Overall service status. not_ready when any required component is missing; disabled optional features do not affect it.

Available options:
ok,
not_ready
version
string
required

The API version this app was created with.

components
Components · object
required

Per-subsystem readiness. disabled marks an optional feature the deployment did not enable.