{ "opencollection": "1.0.0", "info": { "name": "Retell SDK Add Community Voice List Agents API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "List Agents", "type": "folder" }, "items": [ { "info": { "name": "listAgents", "type": "http" }, "http": { "method": "GET", "url": "https://api.retellai.com/list-agents", "params": [ { "name": "limit", "value": "", "type": "query", "description": "A limit on the number of objects to be returned. Limit can range between 1 and 1000, and the default is 1000." }, { "name": "pagination_key", "value": "", "type": "query", "description": "The pagination key to continue fetching the next page of agents. Pagination key is represented by a agent id, pagination key and version pair is exclusive (not included in the fetched page). If not set, will start from the beginning." }, { "name": "pagination_key_version", "value": "", "type": "query", "description": "Specifies the version of the agent associated with the pagination_key. When paginating, both the pagination_key and its version must be provided to ensure consistent ordering and to fetch the next page correctly." }, { "name": "is_latest", "value": "", "type": "query", "description": "If true, only return the latest version of each agent." } ] }, "docs": "List all agents" } ] } ], "bundled": true }