get_merge_request_commits
Retrieve commits associated with a merge request. Provide project ID and merge request IID to list its commit history.
Instructions
Get the commits for a merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or URL-encoded path | |
| merge_request_iid | No | MR internal ID | |
| page | No | Page number (1-indexed) | |
| per_page | No | Results per page (1-100) |