v4

latestOpenAPI 3.0.32026-08-0161180264.4 KB
integrations

redriveOutboundDlqMessages

Redrive selected dead-lettered messages back into the live stream. Operator endpoint — requires the integration:manage grant. A redriven message is re-enqueued at the tail with a new id and sequence — it is delivered out of its original per-entity order (the stream has moved on); this is inherent to redrive and matches SQS DLQ semantics. The redriven copy starts with zero delivery attempts and a fresh retention window; the original DLQ entry is removed. Per-id results report redriven or not_found (unknown ids, or entries concurrently redriven/expired).

post/v1/integrations/{integrationId}/outbound/messages/dlq/redrive

Path parameters

integrationIdstring uuid required

The integration ID

Request body

idsstring[] required

Message ids (msg_…) of the DLQ entries to redrive

Response

Per-id redrive results