Readiness health check
API Reference
Readiness health check
Dependency-aware readiness probe used by the Kubernetes readiness probe and load-balancer health check. Returns 200 once Postgres is reachable, reporting the database and cache (Redis) each as ok or degraded so a transient-load blip degrades the pod rather than pulling it from rotation. Returns 503 when the database is genuinely unreachable or while the pod is draining, so traffic is routed only to pods that can serve it. Use /health for a plain liveness check.
GET
Readiness health check
Authorizations
Dashboard JWT token from Clerk