Get Webhook Log
Webhooks
Get Webhook Log
Retrieve a webhook delivery log by ID, including payload and attempts.
GET
Get Webhook Log
Retrieve a webhook delivery log by ID, including the event payload and delivery attempts.Documentation Index
Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
deliveryId | string | Webhook delivery ID. |
Response
Returns{ data: { webhookLog: WebhookLogDetail }, request_id }.
The detail object includes all list fields plus:
| Field | Type | Description |
|---|---|---|
payload | object | Event payload sent to the webhook URL. |
attempts | array | Delivery attempts with status and errors. |
id, attemptNumber, success, statusCode, errorMessage, and createdAt.