{ "opencollection": "1.0.0", "info": { "name": "Retell SDK Add Community Voice List Export Requests API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "List Export Requests", "type": "folder" }, "items": [ { "info": { "name": "listExportRequestsV2", "type": "http" }, "http": { "method": "GET", "url": "https://api.retellai.com/v2/list-export-requests", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return." }, { "name": "sort_order", "value": "", "type": "query", "description": "Sort order for results." }, { "name": "pagination_key", "value": "", "type": "query", "description": "Pagination key for fetching the next page." } ] }, "docs": "List export requests with pagination" } ] } ], "bundled": true }