v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-05-061912109.3 KB
StudioV2ExecutionStepContext

Retrieve the context for an Execution Step.

Retrieve the context for an Execution Step.

get/v2/Flows/{FlowSid}/Executions/{ExecutionSid}/Steps/{StepSid}/Context

Path parameters

FlowSidstring required

The SID of the Flow with the Step to fetch.

ExecutionSidstring required

The SID of the Execution resource with the Step to fetch.

StepSidstring required

The SID of the Step to fetch.

Response

OK

account_sidstring nullable

The SID of the Account that created the ExecutionStepContext resource.

{"stackTrail":"components:schemas:studio.v2.flow.execution.execution_step.execution_step_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}
execution_sidstring nullable

The SID of the context's Execution resource.

flow_sidstring nullable

The SID of the Flow.

step_sidstring nullable

The SID of the Step that the context is associated with.

urlstring uri nullable

The absolute URL of the resource.