get_merge_request_note
Retrieve a specific note from a GitLab merge request by project ID, merge request IID, and note ID. Use it to access individual comments for audits or targeted review.
Instructions
Get a specific note for a merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | No | The ID of a thread note | |
| project_id | No | Project ID or complete URL-encoded path to project | |
| merge_request_iid | No | The IID of a merge request |