List Webhooks
list_webhooksLists configured webhooks for your organization, with optional project filtering. Returns each webhook's URL, subscribed events, and enabled status.
Instructions
List configured webhooks for the organization, optionally filtered by project. Returns webhook details including URL, subscribed events, and enabled status. Only accessible by organization admins and owners. Requires organization context (call set_context first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of webhooks to skip (for pagination, default 0) | |
| take | No | Number of webhooks to return (default 50, max 100) | |
| projectId | No | Optional project public Id (Guid) to filter webhooks by project |