Skip to main content
The Jobs service provides superadmin access to the background job queue, allowing you to monitor job status, view statistics, retry failed jobs, and cancel pending ones.
All Jobs API endpoints require superadmin authentication.

Overview

Get Job Statistics

View aggregate counts across all job statuses:

List Jobs

With filters:

Retry a Job

Manually retry a dead, failed, or retrying job. This resets it to pending with attempt_number reset to 0:

Cancel a Job

Cancel a pending job:
Only jobs in pending status can be cancelled. Jobs that are already running, completed, or failed cannot be cancelled.