v2

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-07-21130282381.6 KB
API Health

Get API availability by endpoint or by gateway

Get API availability by endpoint or by gateway

Get API Health availability.

get/environments/{envId}/apis/{apiId}/health/availability

Response

Availability of an API

globalnumber float

Availability of the API for all endpoint combined

groupobject

Availability by endpoint or by gateway

Example response

{
  "group": {
    "default": 0.7504
  }
}