get_commit_changes
Retrieve a paginated list of files changed in a specific commit. Specify project, repository, and commit hash to see modified files.
Instructions
Get the list of files changed in a commit (paginated).
Args: project_key: The project key. repo_slug: The repository slug. commit_id: The full commit hash. 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 | ||
| commit_id | Yes | ||
| start | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |