Skip to main content

Basic health check for load balancers and monitoring.

GET 

/api/health

This endpoint is intentionally simple and fast. It returns 200 if the application is running, regardless of dependency status. This is useful for Kubernetes liveness probes.

Returns: dict: Basic health status

Responses

Default error response