Mixpanel · Arazzo Workflow
Mixpanel Import Events and Export Raw
Version 1.0.0
Bulk-import historical events into Mixpanel and then export the raw events back out.
View Spec
View on GitHub
AnalyticsData AnalysisEvent TrackingProduct AnalyticsUser BehaviorArazzoWorkflows
Provider
Workflows
import-and-export
Import a batch of historical events then export the raw events for verification.
Posts a batch of events to /import (service account basic auth), then pulls the raw newline-delimited JSON back from /export for the same date range and event name.
1
importEvents
importEvents
Import a batch of historical events into the project. Uses service account basic auth and rejects the whole batch when strict validation fails.
2
exportRaw
exportRawEvents
Download the raw events for the same date range, filtered to the imported event name, to verify the import landed. The response is newline-delimited JSON.
Source API Descriptions
openapi