List Xpresso Graph Nodes
list_xpresso_nodesWalk an Xpresso tag to get a flat list of nodes with indexed paths for use in other node tools.
Instructions
Walk an Xpresso (Texpresso / GvNodeMaster) tag and return a flat list of its GvNodes. Each entry carries a stable dotted-index path id ('0.2' = root's first child, its third child) plus port summaries. Use the id to address nodes from apply_xpresso_graph, set_xpresso_port, remove_xpresso_node, or any handle-taking tool via {kind:'gv_node', tag, id}. Accepts either a tag handle (Texpresso) or an object handle (uses that object's first Texpresso tag).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | Xpresso tag handle or host object handle. |