Read Transcript
get_transcriptRead one meeting or call transcript by transcript_id from get_engagements. The response contains speaker turns with timecodes elapsed from recording start. If data.scope.has_more is true, call again with cursor=data.scope.next_cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Opaque next_cursor from an earlier get_transcript response. | |
| transcript_id | Yes | Exact transcript_id from a meeting or call row. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| kind | Yes | ||
| tool | Yes | ||
| summary | Yes | ||
| result_id | No | ||
| limitations | No |