Prisma

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.

HEAD
/api/v1/health

Response Body

application/json

curl -X head "http://localhost:8000/api/v1/health"
{}