List paths
List paths
Returns every function path in its function. A function path is one of the named exits a function can return through. The call takes no paging parameters, so one request yields the whole set.
GET
List paths
Authorizations
Voiceflow bearer token
Query Parameters
The ID of the project to operate on.
The alias of the environment to operate on (e.g. main).
The ID of the function whose paths to list.
Response
200 - application/json
Returns every exit path declared on the function, each with the name the function code returns to select it and the display label shown in Voiceflow.