Skip to main content
POST
/
v2
/
workflows
/
dlq
/
callback
/
{dlqId}
Retry Failure Callback
curl --request POST \
  --url https://qstash.upstash.io/v2/workflows/dlq/callback/{dlqId} \
  --header 'Authorization: Bearer <token>'
{
  "workflowRunId": "<string>",
  "workflowCreatedAt": 123
}

Authorizations

Authorization
string
header
required

QStash authentication token

Path Parameters

dlqId
string
required

The DLQ ID of the failed workflow run whose failure callback should be retried.

Response

Failure callback retried successfully

workflowRunId
string

The ID of the workflow run.

workflowCreatedAt
integer<int64>

The timestamp when the workflow run was created (Unix timestamp in milliseconds).