v1

latestOpenAPI 3.1.0MIT2026-07-132176113.0 KB
health

Check health status of dependent services

get/health/service

Response

Services are healthy.

timestampnumber required

Timestamp of the request in milliseconds

apiStatus'success' | 'failure' required

API status message

apiCodenumber required

API status code

messagestring required

Top-level message summarizing the overall health check

Example response

{
  "timestamp": 1763372588297,
  "apiStatus": "success",
  "apiCode": 200,
  "message": "Service health check completed",
  "services": [
    {
      "name": "r2",
      "status": "healthy",
      "message": "All systems operational"
    }
  ]
}