Reference
Queue API Reference
Add jobs
POST
/queues/:queue-name/jobs
Adds one or more jobs to a given queue.
Headers
Body
The body must include an array of jobs with the following structure:
Response
Get Jobs
GET
/queues/:queue-name/jobs
Get jobs in a queue in pages and filtered according to their statuses.
Query Params
Headers
Response
Get Job
GET
/queues/:queue-name/jobs/job-id
<Description of the endpoint>
Headers
Response
Last updated