curl --request GET \ --url https://api.example.com/health/detailed \ --header 'X-API-Key: <api-key>'
meta
Health Detailed
Detailed subsystem health — requires admin API key (X-API-Key header).
Verifies database, Redis broker, Redis state, Celery workers, Redis
memory pressure, and clone-directory disk space. Rich exception details
are written to the application log at WARN/ERROR level and are NOT
included in the HTTP response body — the body only carries "ok",
"warning: <summary>", or "degraded" per subsystem.
GET
/
health
/
detailed
Health Detailed
curl --request GET \ --url https://api.example.com/health/detailed \ --header 'X-API-Key: <api-key>'