github.com/twilio/twilio-go@v1.20.1/rest/studio/v1/docs/FlowsEngagementsStepsContextApi.md (about) 1 # FlowsEngagementsStepsContextApi 2 3 All URIs are relative to *https://studio.twilio.com* 4 5 Method | HTTP request | Description 6 ------------- | ------------- | ------------- 7 [**FetchStepContext**](FlowsEngagementsStepsContextApi.md#FetchStepContext) | **Get** /v1/Flows/{FlowSid}/Engagements/{EngagementSid}/Steps/{StepSid}/Context | 8 9 10 11 ## FetchStepContext 12 13 > StudioV1StepContext FetchStepContext(ctx, FlowSidEngagementSidStepSid) 14 15 16 17 Retrieve the context for an Engagement Step. 18 19 ### Path Parameters 20 21 22 Name | Type | Description 23 ------------- | ------------- | ------------- 24 **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc. 25 **FlowSid** | **string** | The SID of the Flow with the Step to fetch. 26 **EngagementSid** | **string** | The SID of the Engagement with the Step to fetch. 27 **StepSid** | **string** | The SID of the Step to fetch 28 29 ### Other Parameters 30 31 Other parameters are passed through a pointer to a FetchStepContextParams struct 32 33 34 Name | Type | Description 35 ------------- | ------------- | ------------- 36 37 ### Return type 38 39 [**StudioV1StepContext**](StudioV1StepContext.md) 40 41 ### Authorization 42 43 [accountSid_authToken](../README.md#accountSid_authToken) 44 45 ### HTTP request headers 46 47 - **Content-Type**: Not defined 48 - **Accept**: application/json 49 50 [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) 51 [[Back to Model list]](../README.md#documentation-for-models) 52 [[Back to README]](../README.md) 53