Get Job Payload
GET/api/v2/queue-admin/jobs/:id/payload
Full decoded payload for one pending/reserved job. Secrets are redacted ([REDACTED]) per config('queue-admin.redact-payload-keys') — by default: password, token, api_key, secret, access_token, refresh_token, client_secret, authorization.
Used by the 'view payload' slide-over in the UI. raw_payload is always null in this response — the UI never needs the raw encoded blob.
Authentication: Requires Bearer token.
Request
Responses
- 200
Successful response