Mixpanel · Arazzo Workflow
Mixpanel GDPR Data Retrieval Flow
Version 1.0.0
Submit a GDPR/CCPA retrieval request and poll for the download URL, branching on completion.
View Spec
View on GitHub
AnalyticsData AnalysisEvent TrackingProduct AnalyticsUser BehaviorArazzoWorkflows
Provider
Workflows
gdpr-retrieval-flow
Create a data retrieval request then check its status for the download URL.
Posts a retrieval request to /data-retrievals/v3.0, then polls /data-retrievals/v3.0/{taskId}, branching on SUCCESS versus still-pending.
1
createRetrieval
createRetrievalRequest
Submit a GDPR or CCPA data retrieval request. Authentication uses an OAuth bearer token; the project token is passed as the token query parameter.
2
checkRetrieval
checkRetrievalStatus
Check the status of the retrieval task. Branches to completion when the task status is SUCCESS and a download URL is available, otherwise reports it is still pending.