In order to download the bulk export, you will need to make a call to our Get File API
with the file_id
returned from this response. This file_id
will only become available once the bulk export is complete (status = SUCCESS
).
Terminal states for a bulk export are SUCCESS
, FAILED
, and NO_DATA_PRESENT
. The NO_DATA_PRESENT
state indicates
that there was no data to export and you should adjust your Create Bulk Export request body accordingly.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The response is of type object
.