# Retrieve the context for an Execution Step **GET /v2/Flows/{FlowSid}/Executions/{ExecutionSid}/Steps/{StepSid}/Context** Retrieve the context for an Execution Step. JSON context for an individual step within an execution ## Servers ## Parameters ### Path parameters - **FlowSid** (string) The SID of the Flow with the Step to fetch. - **ExecutionSid** (string) The SID of the Execution resource with the Step to fetch. - **StepSid** (string) The SID of the Step 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 - **step_sid** (string | null) Step SID - **url** (string(uri) | null) The absolute URL of the resource [Powered by Bump.sh](https://bump.sh)