Execution Context
ExecutionContext properties
Resource Properties in REST API format | |
---|---|
account_sid
|
The SID of the Account that created the ExecutionContext resource. |
context
|
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. |
flow_sid
|
The SID of the Flow. |
execution_sid
|
The SID of the context's Execution resource. |
url
|
The absolute URL of the resource. |
Fetch a single execution context
get
https://studio.twilio.com/v1/Flows/{FlowSid}/Executions/{ExecutionSid}/Context
Parameters
Parameters in REST API format | |
---|---|
flow_sid
Path
|
The SID of the Flow with the Execution context to fetch. |
execution_sid
Path
|
The SID of the Execution context to fetch. |
Example 1
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.