v13

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-04-23163074.4 KB
Health & Monitoring

Liveness + readiness probe

Returns 200 when healthy, 503 when any mandatory dependency (storage, scheduler, message bus, grpc) is degraded. The body carries per-component status so orchestrators can show which specific thing is broken.

get/health

Response

Healthy

status'healthy' | 'degraded' required
checksobject required

Per-component status — "ok" or "error: <reason>".

timestampstring date-time required