latestOpenAPI 3.0.32026-08-20146131.7 MB

672b1916ba61

Health

Readiness check

Performs readiness checks for downstream dependencies.

get/health/ready

Response

Service is ready

status'ready' | 'not_ready' required

Readiness status.

timestampstring date-time required

Readiness check timestamp.

revisionstring required

Cloud Run revision serving the request, or local outside Cloud Run.

Example response

{
  "status": "ready",
  "timestamp": "2025-01-01T00:00:00.000Z",
  "revision": "sdp-prod-api-public-00042-abc",
  "checks": {
    "database": "ok",
    "redis": "ok"
  }
}