list_merge_request_discussions
Retrieve all threaded comments on a merge request by providing project ID and merge request internal ID. Supports pagination.
Instructions
List all discussions (threaded comments) 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 | |
| page | No | Page number (1-indexed) | |
| per_page | No | Results per page (1-100) |