get_webhook
Retrieve configuration details for a specific Bitbucket repository webhook, including URL, events, and status, using repository slug and webhook UUID.
Instructions
Get details about a specific webhook.
Args:
repo_slug: Repository slug
webhook_uuid: Webhook UUID (from list_webhooks)
Returns:
Webhook details including URL, events, and statusInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| webhook_uuid | Yes |