cURL
curl --request GET \ --url https://pria.praxislxp.com/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
The response is of type object.
object
Was this page helpful?