Skip to main content
GET
/
health
/
detailed
Detailed health check
curl --request GET \
  --url https://nvidia.casebender.com/api/v1/health/detailed \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "service": "<string>",
  "version": "<string>",
  "uptime": 123,
  "memory": {
    "heapUsed": 123,
    "heapTotal": 123,
    "external": 123,
    "rss": 123
  },
  "checks": {
    "database": "<string>"
  },
  "timestamp": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication. Use format: Bearer cbr_live_your_key

Response

200 - application/json

Default Response

status
string
service
string
version
string
uptime
number
memory
object
checks
object
timestamp
string