- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists the structured transcript entries per transcript. By default, ordered by start time and in ascending order.
Note: The transcript entries returned by the Google Meet API might not match the transcription found in the Google Docs transcript file. This can occur when the Google Docs transcript file is modified after generation.
HTTP request
GET https://meet.googleapis.com/v2/{parent=conferenceRecords/*/transcripts/*}/entries
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Format: |
Query parameters
Parameters | |
---|---|
pageSize |
Maximum number of entries to return. The service might return fewer than this value. If unspecified, at most 10 entries are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future. |
pageToken |
Page token returned from previous List Call. |
Request body
The request body must be empty.
Response body
Response for entries.list method.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"transcriptEntries": [
{
object ( |
Fields | |
---|---|
transcriptEntries[] |
List of TranscriptEntries in one page. |
nextPageToken |
Token to be circulated back for further List call if current List doesn't include all the transcript entries. Unset if all entries are returned. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/meetings.space.created
https://www.googleapis.com/auth/meetings.space.readonly
For more information, see the Authorization guide.