Documentation Index
Fetch the complete documentation index at: https://docs.luly.ai/llms.txt
Use this file to discover all available pages before exploring further.
Your API key for authentication.
Path Parameters
The ID of the version to retrieve. Use 0 for the live pathway.
Response
The name of the pathway version.
Data about all the nodes in the pathway version.
-
id —Unique indentifier of the node
-
type — Type of the node (e.g., “Default”, “End Call”, “Webhook”)
-
data — Object containing node-specific data
-
name — Name of the node
-
text or propmt — Text or prompt associated with the node
-
Other properties specific to the node type
Data about all the edges in the pathway version.
-
id —Unique indentifier of the edge
-
source — Type of the node (e.g., “Default”, “End Call”, “Webhook”)
-
target — Object containing node-specific data
-
label —Label for this edge
The version number of this pathway version.
Indicates whether this is the latest version of the pathway.