cURL
curl --request GET \ --url https://api.example.com/ready
{}
Kubernetes readiness probe.
Returns 200 when the server can accept traffic (database and graph backends are initialized). Returns 503 otherwise.
Successful Response