---
title: "Retrieve an Execution"
method: GET
path: "/v2/Flows/{FlowSid}/Executions/{Sid}"
tags: ["StudioV2Execution"]
---

# Retrieve an Execution

`GET /v2/Flows/{FlowSid}/Executions/{Sid}`

Retrieve an Execution

## Path parameters

- `FlowSid` string, required
- `Sid` string, required

## Response `200`

OK

- StudioV2FlowExecution
  - `sid` string, nullable — The unique string that we created to identify the Execution resource.
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Execution resource.
  - `flow_sid` string, nullable — The SID of the Flow.
  - `contact_channel_address` string, nullable — The phone number, SIP address or Client identifier that triggered the Execution. Phone numbers are in E.164 format (e.g. +16175551212). SIP addresses are formatted as `name@company.com`. Client identifiers are formatted `client:name`.
  - `contact_sid` string, nullable — The SID of the Contact.
  - `flow_version` integer, nullable — The Flow version number at the time of Execution creation.
  - `context` unknown
  - `status` 'active' | 'ended' — The status of the Execution. Can be: `active` or `ended`.
  - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `initiated_by` string, nullable — The SID or identifier that triggered this Execution. For example, a Call SID if triggered by an incoming call, a Message SID if triggered by an incoming message, a Request SID if triggered by a REST API request, and so on.
  - `url` string, uri, nullable — The absolute URL of the resource.
  - `links` object, nullable — The URLs of nested resources.

---

[API](https://skmtc.net/twilio/apis/studio-v2.md) · [All operations](https://skmtc.net/twilio/apis/studio-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/studio-v2/versions/c384dd0ef331/schema)
