Dec 2025 - New! Caching input tokens unlocks immediate, automatic ~30% credit savings on supported models
cURL
curl --request GET \ --url http://localhost:3000/api/test/health
{ "status": "ok", "uptime": 112.368138, "timestamp": 1750534150795, "memory": { "rss": 128008192, "heapTotal": 72105984, "heapUsed": 67442352, "external": 23693540, "arrayBuffers": 19882176 }, "dependencies": { "database": 1 } }
Returns the current health status of the service including uptime, memory usage, and dependency status
Service is healthy and operational
Overall health status
"ok"
Server uptime in seconds
Current timestamp in milliseconds
Show child attributes
Was this page helpful?