Skip to content

Dead-letter Queue API

Inspect and replay dead-lettered deliveries.

See the Dead-letter queue concept for background.

GET /v1/dlq

Paginated. Same filter shape as list-deliveries.

NameTypeRequiredDescription
destination_idstringno
sincestringno
cursorstringno

A page of dead deliveries.

Terminal window
curl -X GET https://api.harbor.example/v1/dlq \
-H "Authorization: Bearer hk_live_your_api_key"

POST /v1/dlq/{delivery_id}/replay

Re-enter the delivery into the retry pipeline. Retries start fresh.

The delivery, now ‘retrying’.

Terminal window
curl -X POST https://api.harbor.example/v1/dlq/del_01ABC/replay \
-H "Authorization: Bearer hk_live_your_api_key" \
-H "Content-Type: application/json"
  • delivery_not_found
  • delivery_too_old