List discussions
gitlab_list_discussionsRetrieve threaded discussions for an issue, merge request, or commit, including code-review threads with file/line position and resolved state.
Instructions
Threaded discussions, including code-review threads with their file/line position and resolved state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iid | Yes | iid or commit SHA | |
| page | No | Page number (default 1) | |
| limit | No | Cap for all_pages (default 500) | |
| 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 |