# Retrieve a Step **GET /v2/Flows/{FlowSid}/Executions/{ExecutionSid}/Steps/{Sid}** Retrieve a Step. Individual steps 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. - **Sid** (string) The SID of the ExecutionStep resource 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 - **date_created** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was created - **date_updated** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was last updated - **execution_sid** (string | null) The SID of the Execution - **flow_sid** (string | null) The SID of the Flow - **links** (object(uri-map) | null) The URLs of related resources - **name** (string | null) The event that caused the Flow to transition to the Step - **sid** (string | null) The unique string that identifies the resource - **transitioned_from** (string | null) The Widget that preceded the Widget for the Step - **transitioned_to** (string | null) The Widget that will follow the Widget for the Step - **url** (string(uri) | null) The absolute URL of the resource [Powered by Bump.sh](https://bump.sh)