{ "opencollection": "1.0.0", "info": { "name": "Keywords AI Datasets Threads API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Threads", "type": "folder" }, "items": [ { "info": { "name": "List threads", "type": "http" }, "http": { "method": "POST", "url": "https://api.keywordsai.co/api/log_threads/", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve conversation threads matching the supplied filters, with pagination." } ] } ], "bundled": true }