list_branches
Retrieve and filter branches in a Bitbucket repository to view branch names, details, and manage repository structure.
Instructions
List branches in a repository.
Args: repo_slug: Repository slug (name) workspace: Bitbucket workspace (optional if configured) page: Page number for pagination (default: 1) pagelen: Number of results per page, max 100 (default: 25) query: Optional search query to filter branches by name
Returns: List of branches with their details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| workspace | No | ||
| page | No | ||
| pagelen | No | ||
| query | No |