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