{ "opencollection": "1.0.0", "info": { "name": "Mixpanel Annotations Pipeline Runs API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Pipeline Runs", "type": "folder" }, "items": [ { "info": { "name": "Mixpanel List pipeline runs", "type": "http" }, "http": { "method": "GET", "url": "https://mixpanel.com/api/app/nessie/pipeline/runs", "params": [ { "name": "project_id", "value": "", "type": "query", "description": "The Mixpanel project ID" }, { "name": "id", "value": "", "type": "query", "description": "Pipeline ID" } ] }, "docs": "Retrieve the execution history for a specific pipeline." } ] } ], "bundled": true }