---
title: "GET /v2/Transcripts/{Sid}"
method: GET
path: "/v2/Transcripts/{Sid}"
tags: ["IntelligenceV2Transcript"]
---

# GET /v2/Transcripts/{Sid}

`GET /v2/Transcripts/{Sid}`

Fetch a specific Transcript.

## Path parameters

- `Sid` string, required

## Response `200`

OK

- 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'
  - `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, nullable — 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

## Changes

- **2023-10-19** (v2) `b993ba0b7b8c` — 1 warning
  - deleted the `query` request parameter `Redacted`
- **2023-08-10** (v2) `864ccf6bee25` — 1 info
  - api tag `IntelligenceV2Transcript` added

[Change history](https://skmtc.dev/twilio/apis/twilio-intelligence/changes/v2/Transcripts/:Sid/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/62a8faba41e2/schema)
