list_pr_commits
Retrieve all commits associated with a pull request to review changes and track history. Provide workspace, repository, and pull request ID to get a paginated list.
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) | |
| start | No | Start index for pagination (default: 0) | |
| workspace | Yes | Bitbucket workspace/project key (e.g., "PROJ") | |
| repository | Yes | Repository slug (e.g., "my-repo") | |
| pull_request_id | Yes | Pull request ID |