API reference navigation
GET /health

Health check

Access
Public
Cost
Free
Rate limit
Unlimited
Quota
None

Returns ok when the service is up. No credential required.

Responses

  • 200 Service is up
    • status string required

      Always `ok`. The endpoint answers 200 or does not answer at all; there is no degraded status here.

      ok
    • service string required

      Which service answered.

    • requestId string required

      The id assigned to this request. Every response carries one; quote it when reporting a problem.