list_mr_notes
List all notes (comments) on a GitLab merge request with pagination and sorting options.
Instructions
List all notes (comments) on a merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| sort | No | Sort order (asc or desc) | desc |
| order_by | No | Field to order by | created_at |
| per_page | No | Number of results per page (max 100) | |
| project_id | Yes | Project ID or path | |
| merge_request_iid | Yes | Merge request internal ID |