List background jobs
Background Jobs
List background jobs
Requires the
other:read scope (or a broader one that includes it).
Returns a paginated list of background jobs created by the current user. Optionally filter by category suffix.
GET
List background jobs
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Get your API key from the Reply dashboard: Settings → API Key.
Query Parameters
Maximum number of items to return (default 100, max 200)
Number of items to skip
Category suffix to filter by — prefix-matched against r2/bg-jobs/{suffix}. For example, pass email-validation to list only email-validation jobs. Omit to list all of the user's background jobs.