Webhook Logs
Tags: integrations, logging, webhooks
Webhook request history and debugging
Endpoints
List
GET /api/v2/w/{workspace_uuid}/webhook-logs
Description:
List all webhook logs for the workspace with pagination.
Authorization: Requires webhooks:read scope
Parameters:
page(Integer) — min: 1pageSize(Integer) — min: 1, max: 100sortBy(WebhookLogSortField)sortOrder(SortOrder)eventType(EventRuleEventType)success(Boolean)
Response: See PaginatedResponse[WebhookLogResponse]