get_pull_request_diff
Retrieve the raw diff and structured list of changed files for any Bitbucket pull request by providing workspace, repository, and PR ID.
Instructions
Retrieves the raw diff and, when available, a structured list of changed files for a specific Bitbucket pull request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | Bitbucket Cloud workspace ID or Bitbucket Server/Data Center project key | |
| repository | Yes | Repository slug or repository name | |
| pull_request_id | Yes | Pull request ID |