Retrieves a specific version of a pathway, including its name, nodes, edges, version number, and latest status.
Your API key for authentication.
The ID of the pathway.
The ID of the version to retrieve. Use 0 for the live pathway.
The name of the pathway version.
Data about all the nodes in the pathway version.
Node Object Parameters
id
— Unique identifier of the nodetype
— Type of the node (e.g., “Default”, “End Call”, “Webhook”)data
— Object containing node-specific data
name
— Name of the nodetext
or prompt
— Text or prompt associated with the nodeData about all the edges in the pathway version.
Edge Object Parameters
id
— Unique identifier of the edgesource
— ID of the source nodetarget
— ID of the target nodelabel
— Label for this edgeThe version number of this pathway version.
Indicates whether this is the latest version of the pathway.
Retrieves a specific version of a pathway, including its name, nodes, edges, version number, and latest status.
Your API key for authentication.
The ID of the pathway.
The ID of the version to retrieve. Use 0 for the live pathway.
The name of the pathway version.
Data about all the nodes in the pathway version.
Node Object Parameters
id
— Unique identifier of the nodetype
— Type of the node (e.g., “Default”, “End Call”, “Webhook”)data
— Object containing node-specific data
name
— Name of the nodetext
or prompt
— Text or prompt associated with the nodeData about all the edges in the pathway version.
Edge Object Parameters
id
— Unique identifier of the edgesource
— ID of the source nodetarget
— ID of the target nodelabel
— Label for this edgeThe version number of this pathway version.
Indicates whether this is the latest version of the pathway.