bb_list_branches
Retrieve branches from a Bitbucket repository with optional query filtering and pagination.
Instructions
List branches in a Bitbucket repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| query | No | Bitbucket query string to filter branches | |
| pagelen | No | Number of results per page (max 100) | |
| repo_slug | Yes | Repository slug | |
| workspace | No | Bitbucket workspace slug (uses default if not set) |