Skip to main content
GET
List variables

Authorizations

Authorization
string
header
required

Voiceflow bearer token

Query Parameters

projectID
string
required

The ID of the project to operate on.

environmentAlias
string
required

The alias of the environment to operate on (e.g. main).

functionID
string
required

The ID of the function whose variables to list.

Response

200 - application/json

Returns every variable declared on a single function, selected by the functionID query parameter, each marked as an input or an output and named as the function code references it.

variables
object[]
required