Full Health Check
Full health check endpoint with detailed dependency information. Returns complete health status including all registered dependencies, their latencies, circuit breaker states, and any error messages. Args: request: FastAPI request object to access app state. response: FastAPI response object to set status code. Returns: Detailed health status with all dependency information.
Response Body
application/json
curl -X get "http://localhost:8000/api/v1/health"{}Root
Root endpoint. Returns: Basic service information.
Full Health Check
Full health check endpoint with detailed dependency information. Returns complete health status including all registered dependencies, their latencies, circuit breaker states, and any error messages. Args: request: FastAPI request object to access app state. response: FastAPI response object to set status code. Returns: Detailed health status with all dependency information.

