get_branch_commits
Retrieve commit history and details for a specific branch in a Bitbucket repository, with pagination to navigate large logs.
Instructions
Get commit history and details for a specific branch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| branch | Yes | Branch name (e.g. "main") | |
| pagelen | No | Items per page (max 100) | |
| repository | Yes | Repository slug (e.g. "my-repo") |