Endpoint functioning as health and liveness check.
Args: db: AsyncSession to interact with the database.
Returns: The status of the healthcheck.
Successful Response
Last updated 11 months ago
Was this helpful?
GET /health HTTP/1.1 Accept: */*
{ "ANY_ADDITIONAL_PROPERTY": "text" }