get_nodes
Retrieve list of nodes in a Cognigy.AI flow to explore conversation logic structure before reading or modifying specific nodes.
Instructions
Lists all nodes in a Cognigy.AI flow. Nodes are the building blocks of conversation logic (Say, Question, If, Code, etc.). Use this to explore flow structure before reading specific nodes or modifying the flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of nodes to return (1-100, default 25) | |
| flowId | Yes | The flow ID to list nodes from |