Consultar un job
Automeli · Jobs Cabin, NC · 3 days ago
OTHRFull-time
About the Endpoint
The endpoint retrieves the status of a job and its items, paginated. It can be accessed using a GET request to /products/jobs/{jobId}.
Response
The response includes the job status, total items, successful and failed items, and completion time. It also includes a list of items with their SKU, status, listing ID, permalink, and price. Additionally, pagination information is provided, including the limit, offset, and number of returned items.
Optional Filters
- status: filter by status (e.g. failed)
- limit: set the limit of items returned (e.g. 50)
- offset: set the offset of items returned (e.g. 0)
Possible Errors
- E_AUTH_FORBIDDEN_SCOPE: the API key does not have the required permission (403)
- E_JOB_NOT_FOUND: the job ID does not exist or is not associated with the seller (404)