list_branches
Retrieve and filter branches in a Bitbucket repository by workspace, repository, and name pattern. Supports pagination to manage branch lists efficiently.
Instructions
List branches in a repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter | No | Filter branches by name pattern (optional) | |
limit | No | Maximum number of branches to return (default: 25) | |
repository | Yes | Repository slug (e.g., "my-repo") | |
start | No | Start index for pagination (default: 0) | |
workspace | Yes | Bitbucket workspace/project key (e.g., "PROJ") |