{ "opencollection": "1.0.0", "info": { "name": "Ask Sage Server Admin List Agents API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "x-access-tokens", "value": "{{x-access-tokens}}", "placement": "header" } }, "items": [ { "info": { "name": "List Agents", "type": "folder" }, "items": [ { "info": { "name": "List Agents", "type": "http" }, "http": { "method": "GET", "url": "{baseUrl}/server/list-agents" }, "docs": "Returns a list of all agents available to the authenticated user." }, { "info": { "name": "List Agents (POST)", "type": "http" }, "http": { "method": "POST", "url": "{baseUrl}/server/list-agents" }, "docs": "Returns a list of all agents available to the authenticated user." } ] } ], "bundled": true }