-
Notifications
You must be signed in to change notification settings - Fork 347
Open
Description
Usage
m365 teams callrecord get [options]
Description
Gets a specific Teams call
Options
Option | Description |
---|---|
-i, --id <id> |
ID of the call record. |
Examples
Get a specific call record
m365 teams callrecord get --id e523d2ed-2966-4b6b-925b-754a88034cc5
Default properties
No response
Additional Info
API: https://learn.microsoft.com/en-us/graph/api/callrecords-callrecord-get?view=graph-rest-1.0&tabs=http
Let's expand the call with sessions($expand=segments)
and participants_v2
.
Docs
Remarks: You can only retrieve call records that are no longer than 30 days in the past.
This command will only support application permissions.
Jwaegebaert