HEALTH API
GET /health
/healthAttribute
Value
Example request
curl -X GET "$NEURA_BASE_URL/health" -H "Accept: application/json"Response snapshot
{
"status": "healthy",
"timestamp": "2025-01-15T13:10:00.123Z",
"uptime": 86400.52,
"memory": {
"rss": 12345678,
"heapTotal": 9876543,
"heapUsed": 7654321,
"external": 123456
},
"version": "1.0.0"
}GET /health/resilience
/health/resilienceAttribute
Value
Example request
Response snapshot
Recommended usage
Last updated
