List Audit Actions
GET/api/v2/queue-admin/actions
Paginated Queue Admin audit trail. Every destructive endpoint (kill, cancel, pause, retry, delete, reset, drain) writes a row to queue_admin_actions with the operator, the action type, a one-line summary, the full payload, and (where applicable) the targeted tenant.
Used by the 'Actions' tab in the UI and as the input to any post-incident review of what was changed and when.
Accepts both legacy flat keys (e.g. ?action_type=kill_pending) and the Spatie-style filter[X]=Y shape used by the Vue 3 datatable (e.g. ?filter[action_type]=kill_pending). The two shapes are equivalent and can be mixed.
user_name in the response is the friendly name of the operator (eager-loaded from users.name); it is null for system-triggered rows.
Authentication: Requires Bearer token.
Request
Responses
- 200
Successful response