Prisma

Readiness Probe

Kubernetes readiness probe endpoint. Checks all registered dependencies and returns appropriate status code. - 200: All dependencies healthy - 207: Some dependencies degraded - 503: One or more dependencies unhealthy Args: request: FastAPI request object to access app state. response: FastAPI response object to set status code. Returns: Health status with dependency information.

GET
/api/v1/health/ready

Response Body

application/json

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