Get import jobs
Get a paginated list of import jobs.
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 number of records to be returned on a single 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.
The import job type for which you want to get import details.
PRICE
, PRICE_RANGE
, PRICELIST
, PROMOTION
, COUPON
, COUPON_CODE
, REDEMPTION
Filter records by when the import process began.
Filter records by when the import process ended.
Response
Import job list details
Provides pagination data.
Was this page helpful?