Health endpoints
Route map for app-level health checks used by uptime probes and diagnostics.
Last updated:
App health routes
GET /health(public alias for app-level health summary)GET /api/health(existing API health route)GET /api/health/readyGET /api/health/live
Operational notes
- Use
/api/health/readyfor readiness checks before routing traffic. - Use
/api/health/livefor lightweight liveness checks. - Admin dashboard diagnostics consume
/healthfor app-level status and/api/intelligence/healthfor intelligence status.