Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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
API key authentication. Use format: Bearer cbr_live_your_key
Default Response
Show child attributes