APIReference

Readiness probe

GET
/health/ready

Reports whether the dependencies required to admit inference are reachable. Fails closed with 503 so a replica is pulled from rotation.

Response Body

application/json

application/json

curl -X GET "https://example.com/health/ready"
{  "status": "ok",  "service": "gateway",  "version": "1.4.2",  "timestamp": "2026-07-23T10:15:00.000Z",  "checks": {    "redis": {      "status": "ok"    },    "db": {      "status": "ok"    }  }}