# Retrieve the most recent context for an Engagement. **GET /v1/Flows/{FlowSid}/Engagements/{EngagementSid}/Context** Retrieve the most recent context for an Engagement. [DEPRECATED] JSON context for engagements ## Servers - https://studio.twilio.com: https://studio.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **FlowSid** (string) The SID of the Flow. - **EngagementSid** (string) The SID of the Engagement. ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **account_sid** (string | null) The SID of the Account. - **context** () As your flow executes, we save the state in what's called the Flow Context. Any data in the flow context can be accessed by your widgets as variables, either in configuration fields or in text areas as variable substitution. - **engagement_sid** (string | null) The SID of the Engagement. - **flow_sid** (string | null) The SID of the Flow. - **url** (string(uri) | null) The URL of the resource. [Powered by Bump.sh](https://bump.sh)