Get all export requests
Get a paginated list of all the export requests.
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.
Query Parameters
The maximum number of records per page.
The number of records to skip before returning records. For example, with an offset of 20 and limit of 10, you will get records from 21 to 30.
Field to sort export requests
Type of data to export
REDEMPTION
, CALCULATED_PRICE
Response
A paginated response of export requests.
Provides pagination data.
The response data.
Was this page helpful?