Amplitude · Arazzo Workflow
Amplitude Behavioral Cohort Export
Version 1.0.0
Request an asynchronous cohort export, poll until it is ready, then download the membership file.
View Spec
View on GitHub
A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser BehaviorArazzoWorkflows
Provider
Workflows
export-cohort-members
Export a behavioral cohort's membership list by polling the async export job to completion.
Resolves a cohort export from request through completion. The workflow submits the export request, polls the status endpoint until the job is complete, and downloads the resulting membership file for use in downstream marketing, CRM, or activation systems.
1
requestExport
requestCohortExport
Request an asynchronous export of the cohort. This is the first step in the three-step export process and returns the request identifier.
2
pollStatus
getCohortExportStatus
Poll the export status endpoint. While the job is queued or computing the step loops back on itself; once the status is complete it proceeds to the download step.
3
downloadExport
downloadCohortExport
Download the exported cohort membership data file once the export status has reported completion.