Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
For a given pipeline name, this request resumes the pipeline if itβs paused
cURL
curl --request POST \ --url https://{server}.mixpanel.com/api/2.0/nessie/pipeline/resume \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'name=<string>' \ --data project_id=123
{ "error": "<string>", "status": "error" }
Service Account
The name that uniquely identifies the pipeline.
Your project id (must be specified when using service account based authentication)
Success
Was this page helpful?
Suggestions
Contact support