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>"
}Get detailed health information including metrics
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>"
}API key authentication. Use format: Bearer cbr_live_your_key