provider Data Export GET
/download/content/data/{job_identifier} @utdk/intercom
/download/content/data/{job_identifier} Download content data export
When a job has a status of complete, and thus a filled download_url, you can download your data by hitting that provided URL, formatted like so: https://api.intercom.io/download/content/data/xyz1234.
Your exported message data will be streamed continuously back down to you in a gzipped CSV format.
> ๐ Octet header required
>
> You will have to specify the header Accept: `application/octet-stream` when hitting this endpoint.
- Intercom-Version header
- enum: 1.0, 1.1, 1.2, 1.3โฆ
- job_identifier path required
- job_identifier
- string
Try it
Authentication
Configure credentials for Intercom API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import intercom from '@utdk/intercom';
await intercom.downloaddataexport({
"Intercom-Version": "2.14"
})