Data Export

The data export api is used to view all message sent & viewed in a given timeframe.

job_identfier
string

The identifier for your job.

status
string

The current state of your job.

Enum: "pending" "in_progress" "failed" "completed" "no_data" "canceled"
download_expires_at
string

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

download_url
string

The location where you can download your data.

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