The SID of the Account that created the ExecutionStepContext 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 SID of the Step that the context is associated with.
^FT[0-9a-fA-F]{32}$
Min length: 34
Max length: 34
The absolute URL of the resource.
GET https://studio.twilio.com/v2/Flows/{FlowSid}/Executions/{ExecutionSid}/Steps/{StepSid}/Context
The SID of the Flow with the Step to fetch.
^FW[0-9a-fA-F]{32}$
Min length: 34
Max length: 34
The SID of the Execution resource with the Step to fetch.
^FN[0-9a-fA-F]{32}$
Min length: 34
Max length: 34
The SID of the Step to fetch.
^FT[0-9a-fA-F]{32}$
Min length: 34
Max length: 34