{ "opencollection": "1.0.0", "info": { "name": "Humanloop Datasets Sessions API", "version": "5.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Sessions", "type": "folder" }, "items": [ { "info": { "name": "List Sessions", "type": "http" }, "http": { "method": "GET", "url": "https://api.humanloop.com/v5/sessions" }, "docs": "List Sessions" }, { "info": { "name": "Create Session", "type": "http" }, "http": { "method": "POST", "url": "https://api.humanloop.com/v5/sessions", "body": { "type": "json", "data": "{}" } }, "docs": "Create Session" }, { "info": { "name": "Get Session", "type": "http" }, "http": { "method": "GET", "url": "https://api.humanloop.com/v5/sessions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Session" } ] } ], "bundled": true }