{ "opencollection": "1.0.0", "info": { "name": "APIContext Platform Agents Insights API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "_token", "value": "{{_token}}", "placement": "query" } }, "items": [ { "info": { "name": "Insights", "type": "folder" }, "items": [ { "info": { "name": "Get insights report for an API call", "type": "http" }, "http": { "method": "GET", "url": "https://client.apimetrics.io/api/2/insights/call/:call_id/", "params": [ { "name": "call_id", "value": "", "type": "path" } ] }, "docs": "Return the APIContext insights report for an API call - SLO compliance, regressions, anomalies, and recommended actions." } ] } ], "bundled": true }