meetings_get_transcript
Retrieve a Teams meeting transcript as time-stamped speaker turns. Provide a join URL, event ID, or meeting ID to get the spoken transcript, whether you organized or attended.
Instructions
Get the spoken transcript of a Teams meeting as time-stamped speaker turns. Accepts a Teams join URL, a calendar event id, or an online meeting id and resolves whichever it is. Works whether the user organised the meeting or merely attended it. Use meetings_get_transcript_by_event when a calendar event id is all that is available. Requires OnlineMeetingTranscript.Read.All.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_end | No | ISO datetime of the meeting end — used for attendee transcript fallback when JoinWebUrl filter returns 403 | |
| meeting_id | Yes | The Teams join URL (https://teams.microsoft.com/l/meetup-join/...) or online meeting ID | |
| event_start | No | ISO datetime of the meeting start — used for attendee transcript fallback when JoinWebUrl filter returns 403 |