Get details of a specific failed workflow run from the DLQ.
QStash authentication token
The DLQ ID of the failed workflow run.
Failed workflow run details
The DLQ ID of the failed workflow message.
The URL of the workflow.
The ID of the workflow run.
The timestamp when the workflow run was created (Unix timestamp in milliseconds).
The URL of the failed workflow step.
The HTTP method used for the workflow step.
The HTTP headers sent to the workflow step.
The body of the message if it is composed of utf8 chars only, empty otherwise.
The base64 encoded body if the body contains a non-utf8 char only, empty otherwise.
The number of retries that should be attempted in case of delivery failure.
The unix timestamp in milliseconds when the message was created.
The url where we send a callback to after the workflow fails.
IP address of the publisher of this workflow.
The label assigned to the workflow run.
The flow control key used for rate limiting.
The state of the failure function if applicable.
The HTTP status code received from the destination API.
The HTTP response headers received from the destination API.
The body of the response if it is composed of utf8 chars only, empty otherwise.
The base64 encoded body of the response if the body contains a non-utf8 char only, empty otherwise.