Get export request by ID
Get the details of a specific export request by the corresponding exportId
that was generated from the initiate export request endpoint.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
24
The sales channel ID.
A unique identifier obtained from Copilot for the System app in the fabric ecosystem, essential for OpenID Connect authentication flows.
A unique request ID.
Path Parameters
The exportId
value that was generated from the initiate export request endpoint.
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
. The following are possible statuses:
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.
The S3 fileId
value to generate a downloadable CSV using the download exported CSV file endpoint.
Was this page helpful?