Hi swtb-ryder,
Thanks for reaching out to Microsoft!
Get callTranscript : Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.
To retrieve the transcript content of an online meeting using Microsoft Graph API, you can use the following endpoint:
GET https://graph.microsoft.com/v1.0/users/{userId}/onlineMeetings/{meetingId}/transcripts/{transcriptId}/content
Ensure you have the necessary permissions and payment models to access the transcript content.
Note: API doesn't support getting call transcripts from channel meetings.
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.