v58

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-036490116.2 KB
API Analytics

Get Environment Analytics for top failed v2 and v4 APIs

Get Environment Analytics for top failed v2 and v4 APIs

User must have the API_ANALYTICS[READ] permission.

get/analytics/top-failed-apis

Response

Analytics for top failed v2 and v4 APIs based on 5xx status calls

Example response

{
  "data": [
    {
      "id": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
      "definitionVersion": "v4",
      "name": "Sample Application Name",
      "failedCalls": 2137,
      "failedCallsRatio": 0.8
    }
  ]
}