list_branches
Retrieve all branches from a Bitbucket Cloud repository, with options to filter, sort, and paginate results for efficient branch management.
Instructions
List all branches in a repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | The workspace slug | |
| repo_slug | Yes | The repository slug | |
| q | No | Query string for filtering | |
| sort | No | Sort field | |
| page | No | Page number | |
| pagelen | No | Results per page |