Listar jobs
Automeli · Jobs Cabin, NC · 3 days ago
OTHRFull-time
About the API Endpoint
The API endpoint is used to retrieve the status of a job and its items, with optional filters for status, limit, and offset.
Request Parameters
- jobId: The ID of the job to retrieve.
- status: Optional filter to retrieve only items with a specific status (e.g. failed).
- limit: Optional filter to limit the number of items returned (default: 100).
- offset: Optional filter to specify the offset of the items returned (default: 0).
Response
The response includes the job status, total items, successful items, failed items, and completed timestamp, as well as a list of items with their SKU, status, listing ID, permalink, and price.
Pagination
The response also includes pagination information, including the limit, offset, and number of items returned.
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).