External DocumentationTo learn more, visit the Bitbucket documentation.
Actions
List Repo Web Hooks
Returns a paginated list of webhooks installed on this repository.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Repo Slug | This can either be the repository slug or the UUID of the repository, surrounded by curly-braces, for example: {repository UUID}. |
| Workspace Slug | This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}. |
{
"values": [],
"pagelen": 20,
"size": 2,
"page": 2
}
Was this page helpful?