Get job
get_jobRetrieve full details for a specific job by queue and id, including payload, attempts, and error history. Binary payloads are base64-encoded.
Instructions
Fetch full detail for one job: payload, attempts, retry ceiling, last error and timestamps. Binary payloads are returned base64-encoded and flagged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Job or task id. | |
| queue | Yes | Queue name, as reported by list_queues. | |
| backend | No | Which backend owns the queue. Optional when the queue name is unique across backends. |