Skip to main content

Health check

GET 

/v1/data/health

Returns service health status.

Plain-text reference — GET /v1/data/health

Response 200

FieldTypeDescription
successTrue
dataobject
data.latestHourstringLatest data generation hour
actionsnull

Example response

{
"success": true,
"data": {
"latestHour": "2026-01-01T00:00:00Z"
}
}

Responses

Service health