v50

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

Retrieve the context for an Engagement Step.

Retrieve the context for an Engagement Step.

get/v1/Flows/{FlowSid}/Engagements/{EngagementSid}/Steps/{StepSid}/Context

Path parameters

FlowSidstring required

The SID of the Flow with the Step to fetch.

EngagementSidstring required

The SID of the Engagement 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 StepContext resource.

{"stackTrail":"components:schemas:studio.v1.flow.engagement.step.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}
engagement_sidstring nullable

The SID of the Engagement.

flow_sidstring nullable

The SID of the Flow.

step_sidstring nullable

The SID of the Step the context is associated with.

urlstring uri nullable

The absolute URL of the resource.