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