---
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
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `sentences` IntelligenceV2TranscriptSentence[]
    - `media_channel` integer, nullable — The channel number.
    - `sentence_index` integer, nullable — 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
  - `meta` object
    - `first_page_url` string, uri
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri
    - `key` string

## Changes

- **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/c0ecd20c69d2/schema)
