curl -X GET https://qstash.upstash.io/v2/dlq/my-dlq-id \ -H "Authorization: Bearer <token>"
{ "messageId": "<string>", "topicName": "<string>", "endpointName": "<string>", "url": "<string>", "method": "<string>", "header": {}, "body": "<string>", "bodyBase64": "<string>", "maxRetries": 123, "notBefore": 123, "createdAt": 123, "callback": "<string>", "failureCallback": "<string>", "scheduleId": "<string>", "callerIP": "<string>", "dlqId": "<string>", "responseStatus": 123, "responseHeader": "<string>", "responseBody": "<string>", "responseBodyBase64": "<string>" }
Get a message from the DLQ
Was this page helpful?