Method: conferenceRecords.transcripts.get
Gets a transcript by transcript ID.
HTTP request
GET https://meet.googleapis.com/v2/{name=conferenceRecords/*/transcripts/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. Resource name of the transcript.
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Transcript
.
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-23 UTC.
[null,null,["Last updated 2024-09-23 UTC."],[[["Retrieves a meeting transcript using its unique ID via a GET request."],["Requires specifying the transcript's resource name as a path parameter in the request URL."],["Returns the transcript details in the response body if authorized with the necessary scopes."],["Utilizes gRPC Transcoding for constructing the request URL."],["Needs either `meetings.space.created` or `meetings.space.readonly` OAuth scope for authorization."]]],[]]