# Retrieve the most recent context for an Execution **GET /v2/Flows/{FlowSid}/Executions/{ExecutionSid}/Context** Retrieve the most recent context for an Execution. JSON context for executions ## Servers ## Parameters ### Path parameters - **FlowSid** (string) The SID of the Flow with the Execution context to fetch. - **ExecutionSid** (string) The SID of the Execution context to fetch. ## Responses ### 200 OK #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **context** () The current state of the flow - **execution_sid** (string | null) The SID of the Execution - **flow_sid** (string | null) The SID of the Flow - **url** (string(uri) | null) The absolute URL of the resource [Powered by Bump.sh](https://bump.sh)