List Nodes
List Nodes
List all nodes in the pathway
GET
List Nodes
Request
Path Parameters
The project ID
Headers
Bearer token using your developer key
Response
Array of node objects. Each node has an
id, position, and data containing the node configuration.Node Types
| Type | Description |
|---|---|
start | Entry point of the conversation |
prompt | A conversation step with prompt and optional tools |
end | Terminal node that ends the conversation |
goto | Redirects to another node |
