Skip to main content

Webhook Logs

Tags: integrations, logging, webhooks

Endpoints

List

GET /api/v2/w/{workspace_uuid}/webhook-logs

Description:

Webhook request history and debugging

List all webhook logs for the workspace with pagination.

Authorization: Requires webhooks:read scope

Parameters:

  • page (Integer)
  • pageSize (Integer)
  • sortBy (WebhookLogSortField)
  • sortOrder (SortOrder)
  • eventType (EventRuleEventType)
  • success (Boolean)

Response: See PaginatedResponse[WebhookLogResponse]