Initiate export request
Initiate an export request based on the specified filter criteria.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The x-site-context
header is a JSON object that contains information about the source you wish to pull from. The mandatory account
is the 24 character identifier found in Copilot. The channel
(Sales channel ID), stage
(environment name), and date
attributes can be used to further narrow the scope of your data source.
Body
The sample request to initiate data export.
The type of data to export.
REDEMPTION
, CALCULATED_PRICE
Filters to apply when exporting the data. You can include multiple filter
values in the request. If you do not include any filters, all export data of the specified data type is returned. For more information on using filters to refine your data, see the export parameters section.
Response
The sample response of the create export request.
The unique ID for the export request that is used to retrieve the export details.
The start time of the export process.
The status of the export process. The download exported CSV file endpoint can generate a download URL only if the export status is COMPLETED
.
IN_PROGRESS
, COMPLETED
, ERROR
The type of data to export.
The end time of the export process.
The total number of exported data in the csv file. Each row in the csv file represents one record of exported data.
Errors during the export process. For more information about the error messages, see the exporting CSV section.
Was this page helpful?