SightRadardocs
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

FieldTypeDescription
statusstring
postgresstring

Status codes

StatusMeaning
200Ready to serve traffic.
503Not ready (Postgres down or unconfigured).
Last updated

On this page