list_comments
Retrieve comments on a diagram from oldest to newest. Filter by pinned node or resolved status to find specific feedback.
Instructions
List comments on a diagram, oldest first. Returns id, parentId (null for a top-level comment), nodeId (the pinned node, if any), author, resolved state, and a body snippet. Use nodeId to fetch only the thread pinned to one node.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diagramId | Yes | Diagram UUID | |
| nodeId | No | Only comments pinned to this node id | |
| includeResolved | No | Include resolved threads (default true) | |
| limit | No | Max items (default 500, max 500) | |
| offset | No | Items to skip (default 0) |