Method: conferenceRecords.transcripts.entries.get

Gets a TranscriptEntry resource by entry ID.

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/{name=conferenceRecords/*/transcripts/*/entries/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Resource name of the TranscriptEntry.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of TranscriptEntry.

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.