List Webhook Logs
Webhooks
List Webhook Logs
List webhook delivery logs for the authenticated organization.
GET
List Webhook Logs
List webhook delivery logs. Results are ordered by creation time (newest first).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.
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 20 | Page size (max 100). |
cursor | string | — | Return deliveries after this delivery id. |
state | enum | — | Filter by PENDING, PROCESSING, DELIVERED, FAILED. |
fromDate | string | — | Include deliveries on or after this time (ISO 8601). |
toDate | string | — | Include deliveries on or before this time (ISO 8601). |
webhookId | integer | — | Filter by webhook config ID (rootfi_id). |
syncId | string | — | Filter by sync ID. |
Response
Returns{ data: { webhookLogs, count, next }, request_id }.
| Field | Type | Description |
|---|---|---|
webhookLogs | array | Delivery log objects. See overview. |
count | integer | Total deliveries matching the filter. |
next | string | null | Cursor for the next page, or null. |
Authorizations
Query Parameters
Page size (max 100).
Required range:
1 <= x <= 100Return deliveries after this delivery ID.
Filter by delivery state.
Available options:
PENDING, PROCESSING, DELIVERED, FAILED Include deliveries created on or after this time (ISO 8601).
Include deliveries created on or before this time (ISO 8601).
Filter by webhook config ID (rootfi_id).
Filter by sync ID.