---
title: "GET /v1/Rooms/{RoomSid}/Transcriptions/{Ttid}"
method: GET
path: "/v1/Rooms/{RoomSid}/Transcriptions/{Ttid}"
tags: ["VideoV1Transcriptions"]
---

# GET /v1/Rooms/{RoomSid}/Transcriptions/{Ttid}

`GET /v1/Rooms/{RoomSid}/Transcriptions/{Ttid}`

## Path parameters

- `RoomSid` string, required
- `Ttid` string, required

## Response `200`

OK

- VideoV1RoomRoomTranscriptions
  - `ttid` string, nullable — The unique string that we created to identify the transcriptions resource.
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Room resource.
  - `room_sid` string, nullable — The SID of the transcriptions's room.
  - `source_sid` string, nullable — The SID of the transcriptions's associated call.
  - `status` 'started' | 'stopped' | 'failed' — The status of the transcriptions resource.
  - `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.
  - `start_time` string, date-time, nullable — The time of transcriptions connected to the room in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#UTC) format.
  - `end_time` string, date-time, nullable — The time when the transcriptions disconnected from the room in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#UTC) format.
  - `duration` integer, nullable — The duration in seconds that the transcriptions were `connected`. Populated only after the transcriptions is `stopped`.
  - `url` string, uri, nullable — The absolute URL of the resource.
  - `configuration` object, nullable — An JSON object that describes the video layout of the composition in terms of regions. See [Specifying Video Layouts](https://www.twilio.com/docs/video/api/compositions-resource#specifying-video-layouts) for more info.

---

[API](https://skmtc.net/twilio/apis/video-v1.md) · [All operations](https://skmtc.net/twilio/apis/video-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/video-v1/revisions/162f62d432a2/schema)
