Health
Routers for checking application status
check_status()
async
Endpoint for checking service health.
Returns:
| Name | Type | Description |
|---|---|---|
response |
int
|
200 ok if service is available |
health_check()
async
Endpoint for checking dependencies
Returns:
| Name | Type | Description |
|---|---|---|
response |
HealthCheckResponse
|
Status of the API and each of its dependencies |