Liveness check
GET/v1/health
GET
/v1/health
Unauthenticated liveness probe. Touches no database and is never metered.
Responses
Section titled “Responses”Successful Response
HealthResponse
GET /v1/health (routers.health.health)
object
status
required
Status
string
version
required
Version
string
Example
{ "status": "ok", "version": "0.1.0"}