{ "opencollection": "1.0.0", "info": { "name": "Mixpanel Annotations Pipelines API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Pipelines", "type": "folder" }, "items": [ { "info": { "name": "Mixpanel List pipelines", "type": "http" }, "http": { "method": "GET", "url": "https://mixpanel.com/api/app/nessie/pipeline/list", "params": [ { "name": "project_id", "value": "", "type": "query", "description": "The Mixpanel project ID" } ] }, "docs": "Retrieve a list of all data export pipelines configured for the project." }, { "info": { "name": "Mixpanel Create a pipeline", "type": "http" }, "http": { "method": "POST", "url": "https://mixpanel.com/api/app/nessie/pipeline/create", "params": [ { "name": "project_id", "value": "", "type": "query", "description": "The Mixpanel project ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new data export pipeline to continuously export Mixpanel data to a cloud storage destination such as BigQuery, Snowflake, S3, or GCS." }, { "info": { "name": "Mixpanel Update a pipeline", "type": "http" }, "http": { "method": "POST", "url": "https://mixpanel.com/api/app/nessie/pipeline/update", "params": [ { "name": "project_id", "value": "", "type": "query", "description": "The Mixpanel project ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the configuration of an existing data export pipeline." }, { "info": { "name": "Mixpanel Delete a pipeline", "type": "http" }, "http": { "method": "POST", "url": "https://mixpanel.com/api/app/nessie/pipeline/delete", "params": [ { "name": "project_id", "value": "", "type": "query", "description": "The Mixpanel project ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete a data export pipeline by ID." }, { "info": { "name": "Mixpanel Pause a pipeline", "type": "http" }, "http": { "method": "POST", "url": "https://mixpanel.com/api/app/nessie/pipeline/pause", "params": [ { "name": "project_id", "value": "", "type": "query", "description": "The Mixpanel project ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Pause an active data export pipeline." }, { "info": { "name": "Mixpanel Resume a pipeline", "type": "http" }, "http": { "method": "POST", "url": "https://mixpanel.com/api/app/nessie/pipeline/unpause", "params": [ { "name": "project_id", "value": "", "type": "query", "description": "The Mixpanel project ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Resume a previously paused data export pipeline." } ] } ], "bundled": true }