Service health check

Liveness check. Returns status ("ok" or "degraded") and a components map where each key is a functional component name and each value reports its current state. A 200 means all components are healthy; 503 means at least one is in an error state.

get/health

Response

All components healthy.

status'ok' | 'degraded'

Overall health — "ok" when all components are healthy, "degraded" otherwise.

componentsobject

Per-component status map. Keys are functional names (e.g. data_storage, workflow_engine).

Changes

No recorded changes to this endpoint across all 2 revisions of this API.