Get transcript
Retrieve a meeting transcript in pages, including when Get Note returns TRANSCRIPT_TOO_LARGE.
get/v1/notes/{note_id}/transcript
Path parameters
note_idstring required
The ID of the note
Example:not_1d3tmYTlCICgjy
Query parameters
cursorstring
The opaque cursor returned by the previous page
Example:eyJyb3dfb2Zmc2V0Ijo1MCwiaXRlbV9vZmZzZXQiOjB9
page_sizeinteger
The maximum number of transcript items to return
Example:50
Response
A page of transcript items
Example response
{
"transcript": [
{
"speaker": {
"attribution": "me",
"diarization_label": "Speaker A",
"name": "Alice Smith"
}
}
]
}