list_branches
Retrieve branches from a Bitbucket repository, supporting name filtering and pagination to navigate results.
Instructions
List branches for a repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of branches to return (default: 25) | |
| start | No | Starting index for pagination (default: 0) | |
| filterText | No | Filter branches by name (partial match) | |
| projectKey | Yes | The Bitbucket project key | |
| repositorySlug | Yes | The repository slug |