{ "opencollection": "1.0.0", "info": { "name": "QuantCDN AI Agents AI Monitoring API", "version": "4.15.8" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "AI Monitoring", "type": "folder" }, "items": [ { "info": { "name": "Get AI usage statistics", "type": "http" }, "http": { "method": "GET", "url": "https://dashboard.quantcdn.io/api/v3/organizations/:organisation/ai/usage", "params": [ { "name": "organisation", "value": "", "type": "path", "description": "The organisation ID" }, { "name": "month", "value": "", "type": "query", "description": "Month to retrieve statistics for (YYYY-MM format)" } ] }, "docs": "Get AI usage statistics" } ] } ], "bundled": true }