API Reference
Get Transcript
Retrieve a complete meeting transcript with cursor-based pagination.
GET
Get transcript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the note
Pattern:
^not_[a-zA-Z0-9]{14}$Example:
"not_1d3tmYTlCICgjy"
Query Parameters
The opaque cursor returned by the previous page
Example:
"eyJyb3dfb2Zmc2V0Ijo1MCwiaXRlbV9vZmZzZXQiOjB9"
The maximum number of transcript items to return
Required range:
1 <= x <= 100Example:
50
Get transcript

