list_pr_commits
Extract all commits linked to a specific pull request in Bitbucket repositories. Specify workspace, repository, and pull request ID to retrieve commit history efficiently.
Instructions
List all commits that are part of a pull request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of commits to return (default: 25) | |
pull_request_id | Yes | Pull request ID | |
repository | Yes | Repository slug (e.g., "my-repo") | |
start | No | Start index for pagination (default: 0) | |
workspace | Yes | Bitbucket workspace/project key (e.g., "PROJ") |