get_merge_request_commits
Retrieve commits for a GitLab merge request. Specify project ID and MR IID, with optional pagination parameters for results.
Instructions
Get the commits for a merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed) | |
| per_page | No | Results per page (1-100) | |
| project_id | No | Project ID or URL-encoded path | |
| merge_request_iid | No | MR internal ID |