bitbucket_get_pr_commits
Retrieve the list of commits in a specified pull request from a Bitbucket repository. Supports pagination to manage large result sets.
Instructions
Get commits in a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project key | |
| repo | Yes | Repository slug | |
| prId | Yes | Pull request ID | |
| limit | No | Max results | |
| start | No | Pagination start |