32 Health
4 operations.
32.0.1 deep_health_api_v1_health_get
GET /api/v1/health
Deep Health
Deep health check — tests connectivity to downstream services. Returns per-component status and an overall rollup.
Authentication: not declared
Responses
| Status | Meaning | Body |
|---|---|---|
200 |
Successful Response |
32.0.2 liveness_api_v1_health_liveness_get
GET /api/v1/health/liveness
Liveness
Liveness probe for Cloud Run / Kubernetes. Returns 200 to indicate the process is alive.
Authentication: not declared
Responses
| Status | Meaning | Body |
|---|---|---|
200 |
Successful Response |
32.0.3 readiness_api_v1_health_readiness_get
GET /api/v1/health/readiness
Readiness
Readiness probe for Cloud Run / Kubernetes. Returns 200 when the application is ready to serve traffic.
Authentication: not declared
Responses
| Status | Meaning | Body |
|---|---|---|
200 |
Successful Response |
32.0.4 getGatewayHealth
GET /health
Gateway liveness, unversioned
Shallow health check — use /api/v1/health for deep checks.
Authentication: not declared
Responses
| Status | Meaning | Body |
|---|---|---|
200 |
Successful Response |