List comments
gitlab_list_notesRetrieve comments (notes) from GitLab issues, merge requests, snippets, or epics by specifying target type and ID, with pagination support.
Instructions
Lists comments (notes) on an issue, merge request, snippet or epic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iid | Yes | iid of the issue/MR (id for snippets and epics) | |
| page | No | Page number (default 1) | |
| sort | No | ||
| limit | No | Cap for all_pages (default 500) | |
| group_id | No | Required for epics | |
| per_page | No | Items per page, max 100 (default 20) | |
| all_pages | No | Follow pagination and return up to `limit` items across pages | |
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. | |
| target_type | Yes |