get_merge_request_notes
Retrieve comments and notes attached to a specific GitLab merge request. Provide the project ID and merge request IID to list discussion entries, with optional sorting and pagination for easier review.
Instructions
List notes for a merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| sort | No | The sort order of the notes | |
| order_by | No | The field to sort the notes by | |
| per_page | No | Number of items per page | |
| project_id | No | Project ID or complete URL-encoded path to project | |
| merge_request_iid | No | The IID of a merge request |