Need API to fetch the URL of meeting recordings

Admin (WSI App Factory) 1 Reputation point
2021-01-21T04:47:39.393+00:00

We are in need of an API to fetch the list of teams meeting recordings which includes the following fields in the response

  • Recording Id
  • Recording display name
  • Recording WebURL (URL that can be used to view/download the recordings)
  • Owner of the Recording
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,090 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,966 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Deva-MSFT 2,256 Reputation points Microsoft Employee
    2021-01-22T03:43:53.083+00:00

    The closest one i remember is that you can have a look at call:Record and updaterecordingstatus API using Microsoft Graph API.