v50

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

Retrieve a Step.

Retrieve a Step.

get/v2/Flows/{FlowSid}/Executions/{ExecutionSid}/Steps/{Sid}

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.

Sidstring required

The SID of the ExecutionStep resource to fetch.

Response

OK

sidstring nullable

The unique string that we created to identify the ExecutionStep resource.

account_sidstring nullable

The SID of the Account that created the ExecutionStep resource.

flow_sidstring nullable

The SID of the Flow.

execution_sidstring nullable

The SID of the Step's Execution resource.

parent_step_sidstring nullable

The SID of the parent Step.

namestring nullable

The event that caused the Flow to transition to the Step.

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

The Widget that preceded the Widget for the Step.

transitioned_tostring nullable

The Widget that will follow the Widget for the Step.

typestring nullable

The type of the widget that was executed.

date_createdstring date-time nullable

The date and time in GMT when the resource was created specified in ISO 8601 format.

date_updatedstring date-time nullable

The date and time in GMT when the resource was last updated specified in ISO 8601 format.

urlstring uri nullable

The absolute URL of the resource.

linksobject nullable

The URLs of related resources.