Skip to main content

types.HealthResponse

types.HealthResponse API schema defining 2 fields, including status and timestamp.

statustypes.HealthStatusType

Possible values: [healthy, degraded, unhealthy]

timestampstring
types.HealthResponse
{
"status": "healthy",
"timestamp": "string"
}