Skip to main content
GET
/
health
Liveness + readiness probe
curl --request GET \
  --url http://localhost:3773/health
{
  "status": "healthy",
  "checks": {
    "storage": "ok",
    "scheduler": "ok",
    "bus": "ok",
    "grpc": "ok",
    "extensions": "ok"
  },
  "timestamp": "2026-04-19T18:00:00+00:00"
}

Response

Healthy

status
enum<string>
required
Available options:
healthy,
degraded
checks
object
required

Per-component status — "ok" or "error: ".

timestamp
string<date-time>
required