# Export

## Enqueue a new reporting data export job

 - [POST /export/reporting_data/enqueue](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/export/paths/~1export~1reporting_data~1enqueue/post.md)

## Get export job status

 - [GET /export/reporting_data/{job_identifier}](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/export/paths/~1export~1reporting_data~1%7Bjob_identifier%7D/get.md)

## List available datasets and attributes

 - [GET /export/reporting_data/get_datasets](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/export/paths/~1export~1reporting_data~1get_datasets/get.md)

## Download completed export job data

 - [GET /download/reporting_data/{job_identifier}](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/export/paths/~1download~1reporting_data~1%7Bjob_identifier%7D/get.md): Download the data from a completed reporting data export job.

> Octet header required
>
> You will have to specify the header Accept: application/octet-stream when hitting this endpoint.

