Discovery
Health Check (API)
Returns service health status under the versioned API prefix. Mirrors /health for callers that prefer a uniform /api/v1 base.
get/api/v1/health
Response
Service is healthy
Example response
{
"status": "ok"
}Changes
No recorded changes to this endpoint across all 135 revisions of this API.