The SID of the Account that created the ExecutionContext resource.
^AC[0-9a-fA-F]{32}$
Min length: 34
Max length: 34
The current state of the Flow's Execution. As a flow executes, we save its state in this context. We save data that your widgets can access as variables in configuration fields or in text areas as variable substitution.
The SID of the context's Execution resource.
^FN[0-9a-fA-F]{32}$
Min length: 34
Max length: 34
The absolute URL of the resource.
GET https://studio.twilio.com/v1/Flows/{FlowSid}/Executions/{ExecutionSid}/Context
The SID of the Flow with the Execution context to fetch.
^FW[0-9a-fA-F]{32}$
Min length: 34
Max length: 34
The SID of the Execution context to fetch.
^FN[0-9a-fA-F]{32}$
Min length: 34
Max length: 34