{ "opencollection": "1.0.0", "info": { "name": "Metadata Workflow V2 Service API", "version": "version not set" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "WorkflowV2Service", "type": "folder" }, "items": [ { "info": { "name": "Get status for V2 workflow and run", "type": "http" }, "http": { "method": "POST", "url": "https://app.bigeye.com/api/v2/workflows/status/:workflowId/:runId", "params": [ { "name": "workflowId", "value": "", "type": "path" }, { "name": "runId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get status for V2 workflow and run" }, { "info": { "name": "Get status for V2 workflow without run", "type": "http" }, "http": { "method": "POST", "url": "https://app.bigeye.com/api/v2/workflows/status/:workflowId", "params": [ { "name": "workflowId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get status for V2 workflow without run" } ] } ], "bundled": true }