meetings_list_transcripts
List transcripts for a given online meeting ID. Returns transcript IDs and creation times, letting you verify available recordings without downloading content.
Instructions
List the transcripts available for one online meeting, given an online meeting id from meetings_get_from_join_url. Returns transcript ids and creation times without fetching any content, so it is cheap to call. A meeting can hold more than one transcript when recording was stopped and restarted. Requires OnlineMeetingTranscript.Read.All.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meeting_id | Yes | The online meeting ID (from get_online_meeting_from_event) |