Skip to main content
GET
/
health
/
ready
Readiness probe
curl --request GET \
  --url https://nvidia.casebender.com/api/v1/health/ready \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "checks": {
    "database": "<string>"
  },
  "timestamp": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication. Use format: Bearer cbr_live_your_key

Response

Default Response

status
string
checks
object
timestamp
string