{ "opencollection": "1.0.0", "info": { "name": "Arthur Scope Agents V1 Metric Functions V1 API", "version": "0.1.0" }, "items": [ { "info": { "name": "Metric Functions V1", "type": "folder" }, "items": [ { "info": { "name": "Get Aggregations Catalog", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/metric_functions/aggregations", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform-auth.arthur.ai/realms/arthur/protocol/openid-connect/auth", "accessTokenUrl": "https://platform-auth.arthur.ai/realms/arthur/protocol/openid-connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get aggregations catalog." } ] } ], "bundled": true }