Search jobs
Get a paginated list of jobs related to products and collections by specifying the request body. You need to specify the criteria for the search such as job id
, type
, status
, collectionId
, inputFileId
.
Authorizations
S2S access token (JWT) from fabric Identity service (during login)
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.
Unique request ID
Body
Request for a job search.
Sorting criteria. Sorting is supported on id
, type
, status
, completedAt
and createdAt
. -
refers to descending while +
refers to ascending order.
Search criteria to match jobs.
Number of records to skip before returning records. For example, offset=20, limit=10
returns records 21-30.
Maximum number of records per page
Response
Details of jobs
Number of records to skip before returning records. For example, offset=20, limit=10
returns records 21-30.
Maximum number of records per page
Total number of records
Was this page helpful?