API Referencegeneral
Root
Root endpoint. Returns: Basic service information.
Response Body
application/json
curl -X get "http://localhost:8000"{
"property1": "string",
"property2": "string"
}API Reference
Interactive API playground with 128+ endpoints
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.

