get_pull_request_commits
Retrieve all commits associated with a pull request in Bitbucket Server, enabling you to review the complete set of changes.
Instructions
Get the commits for a pull request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of commits to return (default: 25) | |
| start | No | Starting index for pagination (default: 0) | |
| projectKey | Yes | The Bitbucket project key | |
| pullRequestId | Yes | The pull request ID | |
| repositorySlug | Yes | The repository slug |