List Delivery Logs
Webhooks
List Delivery Logs
Inspect recent delivery attempts for a webhook, including status codes and response bodies
GET
List Delivery Logs
Request
Path Parameters
The webhook’s unique ID (UUID)
Query Parameters
Page number for pagination
Number of logs per page (max: 100)
Filter by delivery status:
success, failed, or pendingHeaders
Requires an API key with the
webhooks:read permission. Logs are retained for 30 days.Response
Pagination metadata
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing webhooks:read permission |
| 404 | webhook_not_found | No webhook with this ID in your workspace |
| 429 | rate_limited | Rate limit exceeded |