List of jobs in queue. Using the "status" parameter to filter by completed|pending|running|failed|expired|killed. Without this filter it will show all statuses. Also you can filter results depends on time of creation and completion.
Security
shoptetAccessToken or shoptetPrivateApiToken
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/system/jobs
- https://api.myshoptet.comhttps://api.myshoptet.com/api/system/jobs
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X GET \
'https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/system/jobs?status=completed&creationTimeFrom=2018-05-28T14%3A17%3A00%2B02%3A00&creationTimeTo=2018-05-28T14%3A17%3A00%2B02%3A00&completionTimeFrom=2018-05-28T14%3A17%3A00%2B02%3A00&completionTimeTo=2018-05-28T14%3A17%3A00%2B02%3A00&itemsPerPage=50&page=3' \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'Response
{ "data": { "jobs": [ … ], "paginator": { … } }, "errors": [ { … } ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }