list_merge_request_notes
Fetch all notes and comments on a GitLab merge request to review discussions and feedback.
Instructions
List all comments and notes on a merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed) | |
| sort | No | Sort order | |
| order_by | No | Order by field | |
| per_page | No | Results per page (1-100) | |
| project_id | No | Project ID or URL-encoded path | |
| merge_request_iid | No | MR internal ID |