Webhooks
List Permanently Failed EUDR Webhook DLQ Payloads
Pull compliance event payloads that exhausted all delivery retry attempts from the Dead-Letter Queue for inspection and manual remediation.
GET
Python
Returns compliance event payloads that could not be delivered to your registered webhook endpoint after exhausting all automatic retry attempts. Each message in the Dead-Letter Queue (DLQ) includes the original event ID, event type, raw payload, original timestamp, and the number of delivery attempts that failed.
Use this endpoint to audit delivery failures, investigate endpoint availability issues, and decide whether to replay or acknowledge-and-delete individual messages. To reprocess messages, see Replay a DLQ Message.
The response also includes
DLQ Message Fields
| Field | Type | Description |
|---|---|---|
eventId | string | Unique identifier of the original compliance event |
eventType | string | The event type that failed delivery (e.g. shipment.linked) |
payload | string | Raw JSON payload string that failed to deliver |
timestamp | string | ISO-8601 timestamp when the event was originally generated |
attempts | integer | Number of delivery attempts made before the message was moved to the DLQ |
retrievedCount (total messages returned in this response) and a messages array of WebhookDlqMessage objects.
Authorizations
Enterprise API Key provided via the AgriBackup developer console.
Receive a TRACES NT Clearance Status Webhook Event
Previous
Replay a Single Message from the EUDR Webhook DLQ
Next