Transcript Get
TranscriptGetFetch a saved Google Meet transcript by transcriptId, returning enriched metadata and markdown body from persisted storage.
Instructions
Fetch a previously-persisted Meet transcript by its transcriptId (not live from Google). Returns the enriched metadata and the rendered markdown body read from disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeBody | No | Include the markdown body read from the persisted file. | |
| transcriptId | Yes | Bare transcriptId. Accepts the full `conferenceRecords/{c}/transcripts/{t}` name; only the last segment is used. |