Health

Health

get

Endpoint functioning as health and liveness check.

Args: db: AsyncSession to interact with the database.

Returns: The status of the healthcheck.

Responses
200

Successful Response

application/json
get
/health
GET /health HTTP/1.1
Host: 
Accept: */*
200

Successful Response

{
  "ANY_ADDITIONAL_PROPERTY": "text"
}

Last updated

Was this helpful?