# Retrieve an Execution **GET /v2/Flows/{FlowSid}/Executions/{Sid}** Retrieve an Execution Executions of Studio flows ## Servers ## Parameters ### Path parameters - **FlowSid** (string) The SID of the Flow with the Execution resource to fetch - **Sid** (string) The SID of the Execution resource to fetch. ## Responses ### 200 OK #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **contact_channel_address** (string | null) The phone number, SIP address or Client identifier that triggered the Execution - **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 - **flow_sid** (string | null) The SID of the Flow - **links** (object(uri-map) | null) Nested resource URLs - **sid** (string | null) The unique string that identifies the resource - **status** (string | null) The status of the Execution - **url** (string(uri) | null) The absolute URL of the resource [Powered by Bump.sh](https://bump.sh)