DLQ
Get a failed workflow run from the DLQ
Get a single failed workflow run from the DLQ
GET
Get a single failed workflow run from the Dead Letter Queue (DLQ).
Request
string
The DLQ id of the failed workflow run you want to retrieve. You will see this id when
listing all workflow runs in the DLQ with the /v2/workflows/dlq endpoint.
Response
If the workflow run is not found in the DLQ (either it has already been removed by you, or automatically), the endpoint returns a 404 status code.string
required
Unique identifier for the DLQ message.
string
The URL of the workflow endpoint.
string
HTTP method used for the request.
object
Initial request headers for workflow run, including the configuration headers.
string
Request payload of the workflow run (if UTF-8).
string
Request body (base64-encoded, if not UTF-8).
integer
Maximum number of retries for the workflow run.
integer
Earliest time (Unix ms) the message could be processed.
integer
Timestamp (Unix ms) when the message was created.
string
Failure callback URL (if set).
object
Failure callback request headers.
string
IP address of the publisher.
string
Workflow run ID (if applicable).
integer
Timestamp (Unix ms) when the workflow run was created.
string
Workflow URL.
string
Flow control key (if set).
integer
Rate limit (if set).
integer
Parallelism (if set).
integer
Period (if set).
integer
HTTP response status code of the last failed delivery attempt.
object
HTTP response headers of the last failed delivery attempt.
string
HTTP response body (if UTF-8).
string
HTTP response body (base64-encoded, if not UTF-8).
object
Detailed information about the failure callback, including state, response body, response status and response headers.
string
The label of the run assigned by the user.