Skip to content

Data Export

The data export API is used to export message delivery and engagement statistics for outbound content (Emails, Posts, Custom Bots, Surveys, Tours, Series, and more) sent in a given timeframe. The exported data includes who received each message, when they received it, and how they engaged with it (opens, clicks, replies, completions, dismissals, unsubscribes, and bounces).

job_identfierstring

The identifier for your job.

Example:"orzzsbd7hk67xyu"
statusstring

The current state of your job.

Enum:"pending""in_progress""failed""completed""no_data""canceled"
Example:"pending"
download_expires_atstring

The time after which you will not be able to access the data.

Example:"1674917488"
download_urlstring

The location where you can download your data.

Example:"https://api.intercom.test/download/messages/data/example"
{ "job_identfier": "orzzsbd7hk67xyu", "status": "pending", "download_expires_at": "1674917488", "download_url": "https://api.intercom.test/download/messages/data/example" }