Iterable · Capability
Iterable Export API
The Iterable Export API enables developers to extract data from Iterable projects for analytics, reporting, and data warehousing purposes. It provides export endpoints that allow retrieval of user data, event data, campaign metrics, and message engagement information in CSV and JSON formats. The export endpoints support filtering by date ranges and event types, making it possible to build custom reporting pipelines and synchronize Iterable data with external business intelligence tools.
What You Can Do
GET
Exportdatajson
— Export data as JSON
/export/data.json
GET
Exportdatacsv
— Export data as CSV
/export/data.csv
GET
Exportuserevents
— Export events for a specific user
/export/userEvents
GET
Exportexperimentmetrics
— Export experiment metrics as CSV
/experiments/metrics
MCP Tools
exportdatajson
Export data as JSON
read-only
idempotent
exportdatacsv
Export data as CSV
read-only
idempotent
exportuserevents
Export events for a specific user
read-only
idempotent
exportexperimentmetrics
Export experiment metrics as CSV
read-only
idempotent