Skip to main content

teams meeting transcript get

Downloads a transcript for a given meeting

Usage

m365 teams meeting transcript get [options]

Options

-u, --userId [userId]

The id of the user, omit to get meeting transcript for the currently signed-in user. Use either id, userName or email, but not multiple.

-n, --userName [userName]

The name of the user, omit to get the meeting transcript for the currently signed-in user. Use either id, userName or email, but not multiple.

--email [email]

The email of the user, omit to get the meeting transcript for the currently signed-in user. Use either id, userName or email, but not multiple.

-m, --meetingId <meetingId>

The Id of the meeting.

-i, --id <id>

The Id of the transcript.

-f, --outputFile [outputFile]

Destination path for the report file.

-h, --help [help]

Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are options, examples, remarks, response, full. Default is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Examples

Gets the specified transcript made for the current signed in user and Microsoft Teams meeting with given id.

m365 teams meeting transcript get --meetingId MSo1N2Y5ZGFjYy03MWJmLTQ3NDMtYjQxMy01M2EdFGkdRWHJlQ --id MSMjMCMjNzU3ODc2ZDYtOTcwMi00MDhkLWFkNDItOTE2ZDNmZjkwZGY4

Saves the specified transcript made for a given user and Microsoft Teams meeting with the given id.

m365 teams meeting transcript get --userName garthf@contoso.com --meetingId MSo1N2Y5ZGFjYy03MWJmLTQ3NDMtYjQxMy01M2EdFGkdRWHJlQ --id MSMjMCMjNzU3ODc2ZDYtOTcwMi00MDhkLWFkNDItOTE2ZDNmZjkwZGY4 --outputFile c:/Transcript.vtt

Remarks

warning

This command is based on a Microsoft Graph API that is currently in preview and is subject to change once the API reached general availability.

warning

To run this command with application permissions, tenant administrators must create an application access policy and grant it to a user. This authorizes the app configured in the policy to fetch online meetings and/or online meeting artifacts on behalf of that user. For more details, click here.

Response

{
"id": "MSMjMCMjNmU2OTc2OTUtZWNmMC00MTE2LWEyNzYtYjcyOTE5NTBiNzRj",
"meetingId": "MSplMTI1MWIxMC0xYmE0LTQ5ZTMtYjM1YS05MzNlM2YyMTc3MmIqMCoqMTk6bWVldGluZ19OREJpWVROa05XVXRaakptWlMwMFl6QTRMVGd3TlRRdE16WTNaR014T1Rjek1tUTBAdGhyZWFkLnYy",
"meetingOrganizerId": "e1251b10-1ba4-49e3-b35a-933e3f21772b",
"transcriptContentUrl": "https://graph.microsoft.com/beta/users/e1251b10-1ba4-49e3-b35a-933e3f21772b/onlineMeetings/MSplMTI1MWIxMC0xYmE0LTQ5ZTMtYjM1YS05MzNlM2YyMTc3MmIqMCoqMTk6bWVldGluZ19OREJpWVROa05XVXRaakptWlMwMFl6QTRMVGd3TlRRdE16WTNaR014T1Rjek1tUTBAdGhyZWFkLnYy/transcripts/MSMjMCMjNmU2OTc2OTUtZWNmMC00MTE2LWEyNzYtYjcyOTE5NTBiNzRj/content",
"createdDateTime": "2024-04-08T05:26:21.1936844Z",
"meetingOrganizer": {
"application": null,
"device": null,
"user": {
"id": "e1251b10-1ba4-49e3-b35a-933e3f21772b",
"displayName": null,
"userIdentityType": "aadUser",
"tenantId": "de348bc7-1aeb-4406-8cb3-97db021cadb4"
}
}
}
CTRL + M