get https://api.fabric.inc/v3/product-jobs
Get a paginated list of jobs related to products by specifying the query parameters such as job ids
, type
. You can refine the results by specifying offset
and limit
.
Note:
1. Query parameter ids
cannot be combined with the rest of the query parameters and when it's specified, pagination is not supported.
2. Query parameter inputFileIds
supports up to 15 comma-separated file IDs and it can be combined only with the query parameter lastJobOnly
. Pagination is not supported when this parameter is used.