503 when dependency checks fail or time out.curl --location 'https://my.xentree.ai/api/health/detailed' \
--header 'Authorization: Bearer <token>'{
"status": "healthy",
"timestamp": "2026-06-30T10:02:08.294832+00:00",
"database": {
"status": "healthy",
"pool_status": {
"pool_size": 10,
"checked_in": 1,
"checked_out": 0,
"overflow": -9,
"invalid": null,
"total_capacity": 1
},
"connection_stats": {
"total_connections_created": 0,
"active_connections": 0,
"pool_exhaustion_count": 0,
"last_pool_status_check": 1782813728.294301
},
"timestamp": 1782813728.294302
},
"services": {
"database": "connected",
"application": "running"
}
}