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 1) we have interleaved speakers within milliseconds, or 2) the Google Docs transcript file is modified after generation.
HTTP request
GET https://meet.googleapis.com/v2/{parent=conferenceRecords/*/transcripts/*}/entries
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
string
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:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[],[],null,["# Method: conferenceRecords.transcripts.entries.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListTranscriptEntriesResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists the structured transcript entries per transcript. By default, ordered by start time and in ascending order.\n\nNote: 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 1) we have interleaved speakers within milliseconds, or 2) the Google Docs transcript file is modified after generation.\n\n### HTTP request\n\n`GET https://meet.googleapis.com/v2/{parent=conferenceRecords/*/transcripts/*}/entries`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|--------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. Format: `conferenceRecords/{conferenceRecord}/transcripts/{transcript}` |\n\n### Query parameters\n\n| Parameters ||\n|-------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` 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. |\n| `pageToken` | `string` Page token returned from previous List Call. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse for entries.list method.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"transcriptEntries\": [ { object (/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts.entries#TranscriptEntry) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `transcriptEntries[]` | `object (`[TranscriptEntry](/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts.entries#TranscriptEntry)`)` List of TranscriptEntries in one page. |\n| `nextPageToken` | `string` 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. |\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/meetings.space.created`\n- `https://www.googleapis.com/auth/meetings.space.readonly`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]