Maniac Docs
Api referenceSystem

Readiness probe

GET
/readyz

Readiness check that reports dependency (Redis) health without failing liveness.

Response Body

application/json

application/json

curl -X GET "https://example.com/readyz"
{  "ok": true,  "redis": "up"}
{  "ok": true,  "redis": "string",  "error": "string"}