v1
latestOpenAPI 3.1.0MIT2026-07-132176113.0 KBhealth
Check health status of dependent services
get/health/service
Response
Services are healthy.
Example response
{
"timestamp": 1763372588297,
"apiStatus": "success",
"apiCode": 200,
"message": "Service health check completed",
"services": [
{
"name": "r2",
"status": "healthy",
"message": "All systems operational"
}
]
}