bb_list_commits
List commits from a Bitbucket repository, filtered by branch, tag, or commit hash. Supports pagination with configurable page size.
Instructions
List commits in a Bitbucket repository, optionally for a specific branch/tag/hash
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| pagelen | No | Number of results per page (max 100) | |
| revision | No | Branch name, tag, or commit hash to list commits from | |
| repo_slug | Yes | Repository slug | |
| workspace | No | Bitbucket workspace slug (uses default if not set) |