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