td_get_nodes
List child operators (nodes) under a network path in TouchDesigner. Supports filtering by operator type or family, pagination, and parameter inclusion.
Instructions
List the child operators (nodes) directly under a network path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Absolute path to a COMP node whose children to list (e.g. '/', '/project1', '/project1/myComp') | / |
| type | No | Filter by specific operator type (e.g. 'noiseTOP', 'waveCHOP', 'textDAT') | |
| limit | No | Max number of nodes to return | |
| family | No | Filter by operator family: TOP, CHOP, SOP, DAT, COMP, MAT, or PANEL | |
| offset | No | Pagination offset | |
| include_params | No | If true, include all parameters for each node (slower for large networks) | |
| response_format | No | Output format | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |