# Fetch a specific Transcript. **GET /v2/Transcripts/{Sid}** Fetch a specific Transcript. ## Servers - https://intelligence.twilio.com: https://intelligence.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **Sid** (string) A 34 character string that uniquely identifies this Transcript. ## Responses ### 200 OK #### Headers - **X-Rate-Limit-Limit** (string) - **X-Rate-Limit-Remaining** (string) - **X-Rate-Limit-Config** (string) - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **account_sid** (string | null) The unique SID identifier of the Account. - **service_sid** (string | null) The unique SID identifier of the Service. - **sid** (string | null) A 34 character string that uniquely identifies this Transcript. - **date_created** (string(date-time) | null) The date that this Transcript was created, given in ISO 8601 format. - **date_updated** (string(date-time) | null) The date that this Transcript was updated, given in ISO 8601 format. - **status** (string) The Status of this Transcript. One of `queued`, `in-progress`, `completed`, `failed` or `canceled`. - **channel** () Media Channel describing Transcript Source and Participant Mapping - **data_logging** (boolean | null) 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 | null) The default language code of the audio. - **customer_key** (string | null) - **media_start_time** (string(date-time) | null) 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) | null) The URL of this resource. - **redaction** (boolean | null) If the transcript has been redacted, a redacted alternative of the transcript will be available. - **links** (object(uri-map) | null) [Powered by Bump.sh](https://bump.sh)