Get variable
Get variable
Returns a single function variable by ID, with the fields that define it. A function variable is an input or output a function declares.
GET
Get variable
Authorizations
Voiceflow bearer token
Path Parameters
The ID of the variable to operate on.
Query Parameters
The ID of the project to operate on.
The alias of the environment to operate on (e.g. main).
Response
200 - application/json
Returns a single function variable, with the name the function code uses to reference it, whether it is an input or an output, and the ID of the function that declares it.