API referenceHealth
Readiness probe
Verifies the Postgres connection. (GET /readyz)
GET
/readyz- Auth
- No authentication
- Billing
- free (0 credits).
Verifies the Postgres connection. 200 = ready, 503 = not ready. Unauthenticated.
Example request
curl -X GET "https://api.sightradar.com/readyz"Response body
| Field | Type | Description |
|---|---|---|
status | string | |
postgres | string |
Status codes
| Status | Meaning |
|---|---|
200 | Ready to serve traffic. |
503 | Not ready (Postgres down or unconfigured). |
Last updated