List Completed Jobs
GET/api/v2/queue-admin/jobs/completed
Paginated completed jobs from Horizon's completed_jobs index, filtered in-memory. The list is sorted newest-first (completed_at desc) by default; pass sort to override.
Each row includes runtime_seconds — the elapsed wall time between Horizon's recorded reserved_at and completed_at microtimes — so the UI can show how long each job took without a separate metrics lookup.
All filter parameters are optional and combine with AND logic. Both Spatie-style filter[key]=value and the legacy flat key=value shapes are accepted.
Authentication: Requires Bearer token. Caller must pass the is_power_user middleware.
Request
Responses
- 200
Successful response