Get export request by ID
Get details of a specific export request by its ID.
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.
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
Export ID
Response
The sample response of the create export request.
A unique ID for the export request.
The start time of the export process.
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.
The status of the export process.
IN_PROGRESS
, COMPLETED
, ERROR
Errors during export process
The type of data to export.
The S3 file ID to generate a downloadable file
Was this page helpful?