List Pending Jobs
GET/api/v2/queue-admin/jobs/pending
Paginated pending+delayed jobs across all Horizon queues, filtered in-memory. The list is sorted newest-first (pushed_at desc) by default; pass sort to override.
All filter parameters are optional and combine with AND logic. tenant_id is derived from the Horizon tenant:<id> job tag we attach to every dispatched job.
Note: raw_payload is intentionally stripped from each row — fetch the job-payload endpoint to view it with secrets redacted.
Authentication: Requires Bearer token. Caller must pass the is_power_user middleware.
Request
Responses
- 200
Successful response