GET /v1/app/selfhost/queue/dead
Private · API Requires bearer
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| limit | query | string | Maximum rows to return, clamped from 1 to 100. |
| offset | query | string | Pagination offset, floored to 0. |
Responses
- 200Paginated dead-letter jobs for the self-host queue backend
- 400Invalid query
- 401Unauthorized
- 403Insufficient app role (operator only)
- 501This deployment's queue backend does not expose dead-letter admin (e.g. Cloudflare)