miro_list_mindmap_nodes
Retrieve all mindmap nodes from a Miro board as a flat list. Use parent_id to reconstruct the hierarchical structure for analysis or processing.
Instructions
List all mindmap nodes on a board. Returns flat list; use parent_id to reconstruct hierarchy. Uses v2-experimental API.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| limit | No | Max nodes to return (default 50, max 100) | |
| cursor | No | Pagination cursor |