List Failed Jobs
GET/api/v2/queue-admin/failed-jobs
Paginated failed-job index from Horizon's JobRepository::getFailed(), sorted newest-first by default; pass sort to override.
The exception first-line is parsed at the manager layer into exception_class + exception_message so the table view doesn't have to ship the full stack trace — fetch the detail endpoint for the full exception text.
Authentication: Requires Bearer token.
Request
Responses
- 200
Successful response