v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-02-052012116.1 KB
StudioV1ExecutionContext

Retrieve the most recent context for an Execution.

Retrieve the most recent context for an Execution.

get/v1/Flows/{FlowSid}/Executions/{ExecutionSid}/Context

Path parameters

FlowSidstring required

The SID of the Flow with the Execution context to fetch.

ExecutionSidstring required

The SID of the Execution context to fetch.

Response

OK

account_sidstring nullable

The SID of the Account that created the ExecutionContext resource.

{"stackTrail":"components:schemas:studio.v1.flow.execution.execution_context:properties:context","oasType":"schema","type":"unknown","description":"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.","extensionFields":{"x-twilio":{"pii":{"handling":"standard","deleteSla":30}}},"nullable":true}
flow_sidstring nullable

The SID of the Flow.

execution_sidstring nullable

The SID of the context's Execution resource.

urlstring uri nullable

The absolute URL of the resource.