API Reference
Health
Health check API
Health API
System health and diagnostics.
Health Check
GET /api/healthResponse (200):
{
"status": "healthy",
"uptime": 86400,
"version": "1.0.0",
"services": {
"database": "connected",
"telegram": "running",
"discord": "running",
"agent": "ready"
}
}