Skip to main content
GET
GET /api/jobs
Returns a paginated list of jobs. Supports filtering by state, queue, worker, and search by task name.

Authentication

Session cookie (dashboard).

Query parameters

Response

Job list item fields

The list endpoint omits large fields (arguments, results, full stacktrace) for performance. Use GET /api/jobs/:id for the complete job record.

Pagination

To get the next page, pass the nextCursor value as the cursor query parameter:
When nextCursor is null, there are no more results.

Common queries

Copy-pasteable examples for incident response and debugging. All failed payment tasks in the last 24 hours:
Currently stalled tasks (active for too long):
All retrying tasks on a specific worker: