QUERY
webhookEvents
Paginate webhook events (the outbox) for the current workspace, newest first. Filter by event type. History is retained for 30 days.
Arguments
- after String default: null
- Cursor for fetching the next page of results.
- filter WebhookEventFilterInput default: {}
- Filter criteria. Optionally narrow by event type.
- first Int default: 20
- Number of events to return (page size).
Returns
A paginated connection of WebhookEvent nodes. See Pagination for the connection shape.