GET
/
api
/
test
/
health
Health check endpoint to verify service status
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
  }
}

Response

200 - application/json

Service is healthy and operational

The response is of type object.