{ "opencollection": "1.0.0", "info": { "name": "Retell SDK Add Community Voice List Calls API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "List Calls", "type": "folder" }, "items": [ { "info": { "name": "listCalls", "type": "http" }, "http": { "method": "POST", "url": "https://api.retellai.com/v2/list-calls", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve call details" }, { "info": { "name": "listCallsV3", "type": "http" }, "http": { "method": "POST", "url": "https://api.retellai.com/v3/list-calls", "body": { "type": "json", "data": "{}" } }, "docs": "List calls with unified cursor pagination response." } ] } ], "bundled": true }