---
title: "GET /v2/Transcripts/{TranscriptSid}/Sentences"
method: GET
path: "/v2/Transcripts/{TranscriptSid}/Sentences"
tags: ["IntelligenceV2Sentence"]
---

# GET /v2/Transcripts/{TranscriptSid}/Sentences

`GET /v2/Transcripts/{TranscriptSid}/Sentences`

Get all Transcript Sentences by TranscriptSid

## Path parameters

- `TranscriptSid` string, required

## Query parameters

- `Redacted` boolean
- `WordTimestamps` boolean
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `sentences` IntelligenceV2TranscriptSentence[]
    - `media_channel` integer — The channel number.
    - `sentence_index` integer — The index of the sentence in the transcript.
    - `start_time` number, nullable — Offset from the beginning of the transcript when this sentence starts.
    - `end_time` number, nullable — Offset from the beginning of the transcript when this sentence ends.
    - `transcript` string, nullable — Transcript text.
    - `sid` string, nullable — A 34 character string that uniquely identifies this Sentence.
    - `confidence` number, nullable
    - `words` unknown[], nullable — Detailed information for each of the words of the given Sentence.
      - unknown
  - `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

- **2024-08-26** (v2) `89e6cce4bdc9` — 4 info
  - added the new optional `query` request parameter `WordTimestamps`
  - added the optional property `sentences/items/words` to the response with the `200` status
  - the `media_channel` response's property default value `0` was added for the status `200`
  - the `sentence_index` response's property default value `0` was added for the status `200`
- **2023-08-10** (v2) `864ccf6bee25` — 1 info
  - api tag `IntelligenceV2Sentence` added

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