list_workspace_webhooks
Retrieve configured webhooks for a Bitbucket workspace to monitor repository events and automate workflows. Supports pagination for managing large lists.
Instructions
List webhooks configured for a workspace.
Args: workspace: Bitbucket workspace (optional if configured) page: Page number for pagination (default: 1) pagelen: Number of results per page, max 100 (default: 25)
Returns: List of workspace webhooks
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | No | ||
| page | No | ||
| pagelen | No |