Conversational Pathways
Get Single Pathway Information
Returns a set of information about the conversational pathway in your account - including the name, description, nodes and edges.
GET
/
v1
/
convo_pathway
/
{pathway_id}
Headers
authorization
string
requiredYour API key for authentication.
Path Parameters
pathway_id
string
requiredThe unique identifier of the conversational pathway for which you want to retrieve detailed information.
Response
name
string
The name of the conversational pathway.
description
string
A description of the conversational pathway.
nodes
array of objects
Data about all the nodes in the pathway.
Examples of JSON objects for nodes (Horizontal scroll the tab bar to see more examples)
edges
array of objects
Data about all the edges in the pathway.