get_pull_request_commits
Retrieve commit details from a Bitbucket pull request to track code changes and review history.
Instructions
Get the list of commits in a Pull Request.
Args: repo_slug: Repository slug (name) pr_id: Pull Request ID workspace: Bitbucket workspace (optional if configured) page: Page number for pagination (default: 1) pagelen: Number of results per page, max 100 (default: 50)
Returns: List of commits in the PR
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| pr_id | Yes | ||
| workspace | No | ||
| page | No | ||
| pagelen | No |