# Jobs Managing asynchronous jobs in the e-shop. ## List of jobs - [GET /api/system/jobs](https://api.docs.shoptet.com/shoptet-api/openapi/jobs/getlistofjobs.md): 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. ## Job detail - [GET /api/system/jobs/{jobId}](https://api.docs.shoptet.com/shoptet-api/openapi/jobs/getjobdetail.md): Returns information about job. If job is completed, it will contain additional information about job result. Returns 404 if job does not exist. Returns 403 response if job detail of unprocessed job is requested more than 10 times.