list_commits
Retrieve commit history from a Bitbucket Cloud repository with branch filtering and pagination options to track code changes.
Instructions
List commits in a repository with optional filtering by branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | The workspace slug | |
| repo_slug | Yes | The repository slug | |
| branch | No | Branch name to filter commits | |
| include | No | Commit to include | |
| exclude | No | Commit to exclude | |
| page | No | Page number | |
| pagelen | No | Results per page |