---
title: "Retrieve a list of Transcripts for a given service."
method: GET
path: "/v2/Transcripts"
tags: ["IntelligenceV2Transcript"]
---

# Retrieve a list of Transcripts for a given service.

`GET /v2/Transcripts`

Retrieve a list of Transcripts for a given service.

## Query parameters

- `ServiceSid` string
- `BeforeStartTime` string
- `AfterStartTime` string
- `BeforeDateCreated` string
- `AfterDateCreated` string
- `Status` string
- `LanguageCode` string
- `SourceSid` string
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `transcripts` IntelligenceV2Transcript[]
    - `account_sid` string, nullable — The unique SID identifier of the Account.
    - `service_sid` string, nullable — The unique SID identifier of the Service.
    - `sid` string, nullable — A 34 character string that uniquely identifies this Transcript.
    - `date_created` string, date-time, nullable — The date that this Transcript was created, given in ISO 8601 format.
    - `date_updated` string, date-time, nullable — The date that this Transcript was updated, given in ISO 8601 format.
    - `status` 'queued' | 'in-progress' | 'completed' | 'failed' | 'canceled' — The Status of this Transcript. One of `queued`, `in-progress`, `completed`, `failed` or `canceled`.
    - `channel` unknown
    - `data_logging` boolean, nullable — Data logging allows Twilio to improve the quality of the speech recognition & language understanding services through using customer data to refine, fine tune and evaluate machine learning models. Note: Data logging cannot be activated via API, only via www.twilio.com, as it requires additional consent.
    - `language_code` string, nullable — The default language code of the audio.
    - `customer_key` string, nullable
    - `media_start_time` string, date-time, nullable — The date that this Transcript's media was started, given in ISO 8601 format.
    - `duration` integer — The duration of this Transcript's source
    - `url` string, uri, nullable — The URL of this resource.
    - `redaction` boolean, nullable — If the transcript has been redacted, a redacted alternative of the transcript will be available.
    - `links` object, nullable
  - `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

## Changes

- **2025-07-03** (v2) `dfca525e97dc` — 1 breaking
  - the `transcripts/items/channel` response's property type/format changed from `object`/`` to ``/`` for status `200`
- **2025-03-11** (v2) `cc85fce86c3c` — 1 breaking
  - the `transcripts/items/channel` response's property type/format changed from ``/`` to `object`/`` for status `200`
- **2025-02-20** (v2) `09d53b39da9b` — 1 breaking
  - for the `query` request parameter `PageSize`, the type/format was changed from `integer`/`` to `integer`/`int64`
- **2024-08-26** (v2) `89e6cce4bdc9` — 1 info
  - the `duration` response's property default value `0` was added for the status `200`
- **2023-08-10** (v2) `864ccf6bee25` — 1 info
  - api tag `IntelligenceV2Transcript` added

[Change history](https://skmtc.dev/twilio/apis/twilio-intelligence/changes/v2/Transcripts/get.md)

---

[API](https://skmtc.dev/twilio/apis/twilio-intelligence.md) · [All operations](https://skmtc.dev/twilio/apis/twilio-intelligence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/twilio-intelligence/revisions/c3982a4e8ddb/schema)
