Get state
Returns the stored state for one conversation - where it stands and what its variables hold - addressed by the same userID used to run it.
Authorizations
Voiceflow bearer token
Path Parameters
The ID identifying this conversation. Any stable string you choose; the same value addresses the same conversation on every call.
Query Parameters
The ID of the project to operate on.
The alias of the environment to operate on (e.g. main).
Which version of the environment to read: the editable draft or the published one.
draft, published Response
Returns the user's session state for the requested version of the environment: every variable and its current value, the runtime storage carried between turns, and the execution stack showing which diagram and node the conversation is sitting on.