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

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

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

## Path parameters

- `RoomSid` string, required

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `transcriptions` 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.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

[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)
