OpenAPI 3.1.0raw.githubusercontent.com2026-08-21162526470.1 KB

52f1d8aaf083

Discovery

Health Check

Returns service health status. Used by load balancers and monitoring.

get/health

Response

Service is healthy

statusstring required

Health status indicator.

Example response

{
  "status": "ok"
}