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/ready
  • GET /api/health/live

Operational notes

  • Use /api/health/ready for readiness checks before routing traffic.
  • Use /api/health/live for lightweight liveness checks.
  • Admin dashboard diagnostics consume /health for app-level status and /api/intelligence/health for intelligence status.