get_pull_request_diff_stat
Retrieve per-file change list for a pull request, showing added, modified, deleted, and moved files to review code changes efficiently.
Instructions
Get the per-file change list for a pull request (added, modified, deleted, moved).
Args: project_key: The project key. repo_slug: The repository slug. pr_id: The pull request ID. start: Page start index (default 0). limit: Number of results per page (default 25).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | ||
| repo_slug | Yes | ||
| pr_id | Yes | ||
| start | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |