{ "opencollection": "1.0.0", "info": { "name": "Activepieces Connections Flow Runs API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Flow Runs", "type": "folder" }, "items": [ { "info": { "name": "Activepieces List Flow Runs", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.activepieces.com/api/v1/flow-runs", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "Project ID" }, { "name": "flowId", "value": "", "type": "query", "description": "Filter by flow ID" }, { "name": "status", "value": "", "type": "query", "description": "Filter by run status" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results" }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor" } ] }, "docs": "List execution history for flows" }, { "info": { "name": "Activepieces Get Flow Run", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.activepieces.com/api/v1/flow-runs/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Flow run ID" } ] }, "docs": "Retrieve details of a specific flow execution run" } ] } ], "bundled": true }