Retrieve the most recent context for an Execution
JSON context for executions
Retrieve the most recent context for an Execution.
Path parameters
-
The SID of the Flow with the Execution context to fetch.
-
The SID of the Execution context to fetch.
GET /v2/Flows/{FlowSid}/Executions/{ExecutionSid}/Context
curl \
-X GET https://studio.twilio.com/v2/Flows/{FlowSid}/Executions/{ExecutionSid}/Context \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"execution_sid": "string",
"flow_sid": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"execution_sid": "string",
"flow_sid": "string",
"url": "https://example.com"
}