Health
Health check
Returns platform health status. No authentication required.
GET
/healthcurl -X GET "https://loading/health"{
"status": "healthy",
"uptime_ms": 0,
"checks": {
"database": {
"status": "healthy",
"latency_ms": 0
},
"agents": {
"status": "healthy"
}
}
}Empty