Skip to content
unlob
GET

/readyz

No authentication

Unauthenticated readiness probe: 200 once the index is loaded and non-empty, 503 while it is not.

The distinction from /healthz matters during a deploy. A node that is up but has not finished loading its index will answer health checks and return nothing useful — readiness refuses traffic until the index is actually there.

Request

GET /readyzbash
curl -i "https://api.unlob.com/readyz"

Response

200 when ready, 503 with a reason when not.

Try this endpoint

Every endpoint is available on the free tier. Get a key and run the example above unchanged.