{ "opencollection": "1.0.0", "info": { "name": "Benchling AA Sequences Tasks API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Tasks", "type": "folder" }, "items": [ { "info": { "name": "Get a task by id", "type": "http" }, "http": { "method": "GET", "url": "/api/v2/tasks/:task_id", "params": [ { "name": "task_id", "value": "f438d656-c2c3-40a4-b3fd-d7e58db78242", "type": "path", "description": "UUID of the task" } ] }, "docs": "Get a task by id" } ] } ], "bundled": true }