get_merge_request_notes
Retrieve all notes for a specific merge request by providing the project ID and merge request IID. Supports pagination and sorting options.
Instructions
List notes for a merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| merge_request_iid | Yes | The IID of a merge request | |
| 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 | |
| page | No | Page number for pagination |