{ "opencollection": "1.0.0", "info": { "name": "Celigo integrator.io Platform REST Connections Jobs API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "List jobs (flow execution records)", "type": "http" }, "http": { "method": "GET", "url": "https://api.integrator.io/v1/jobs", "params": [ { "name": "_flowId", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ] }, "docs": "List jobs (flow execution records)" }, { "info": { "name": "Get a job", "type": "http" }, "http": { "method": "GET", "url": "https://api.integrator.io/v1/jobs/:_id", "params": [ { "name": "_id", "value": "", "type": "path" } ] }, "docs": "Get a job" } ] } ], "bundled": true }