curl https://hapi.7331.org/health
{ "status": "healthy", "database": true, "cache": true, "started_at": "2025-01-01T00:00:00Z", "db_statistics": { "size": 20, "checked_in": 18, "checked_out": 2, "overflow": 0, "total": 20, "latency_ms": 1.2 }, "cache_statistics": { "memory_usage_bytes": 1048576, "total_keys": 150, "connected_clients": 5, "uptime_seconds": 86400, "evicted_keys": 0, "hit_rate": 95.5, "total_commands_processed": 50000, "latency_ms": 0.3 }, "errors": [] }
Get the health status of the API and its dependencies.
healthy
degraded
unhealthy
Show properties
Was this page helpful?