Readiness probe — checks that database and Redis are reachable.
Returns 200 with status “ok” if all dependencies are healthy, or 200 with status “degraded” if some checks fail.
Use this for Kubernetes readiness probes or load balancer health checks.
cURL
curl --request GET \ --url https://staging-api.polysimulator.com/v1/health/ready
{ "status": "<string>", "timestamp": "<string>", "checks": {} }
Successful Response
Show child attributes
Was this page helpful?