Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Return detailed health status for the API
def get_health() -> DetailedHealthCheckResponse
async def get_health() -> DetailedHealthCheckResponse
DetailedHealthCheckResponse
health = db.get_health() print(health.status) for svc in health.services: print(svc.name, svc.status)
Was this page helpful?