v2

latestOpenAPI 3.0.32026-07-26112274.7 KB

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).