Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
Hi Aniket Chandar,
Thank you for posting your question in the Microsoft Q&A forum.
I have reviewed your description and the article you referenced regarding the Meeting AI Insights API. Based on the documentation, this endpoint requires a signed-in user with a valid Microsoft 365 Copilot license. However, I would like to clarify that I am only a forum moderator and do not have access to the necessary resources (such as Copilot licenses) to test or reproduce the behavior you described. My role is limited to providing information from public resources and community discussions.
After excluding the prerequisites you have already verified—such as required licenses, permissions, and meeting type (scheduled private meeting)—and considering that the endpoint suddenly stopped returning data without any changes on your side, I could not find any official reports of similar issues or any publicly announced changes. That said, I have gathered a few additional insights that may help explain the situation:
- The Meeting AI Insights endpoint summarizes the transcript content of a meeting. Therefore, it likely depends on successfully retrieving and processing the transcript. After a meeting ends, there is typically a delay before the transcript becomes available and can be retrieved via Graph API (in some cases, this may take several hours). To double-check this, you can use the endpoint described here to verify whether the meeting has a transcript: https://learn.microsoft.com/en-us/graph/api/calltranscript-get?view=graph-rest-1.0&tabs=http
- There have been previous reports where meeting transcripts were visible in the Teams app UI but missing when accessed through Graph API. One such thread is here: https://learn.microsoft.com/en-us/answers/questions/5587670/issue-accessing-recent-teams-meeting-transcripts-v
If the transcript cannot be retrieved, the AI Insights feature may not be able to process the content and could return an empty response.
If you have confirmed that the transcript is available, please note that the Meeting AI Insights endpoint is currently in beta. As stated in the documentation, beta endpoints are not recommended for production use because Microsoft may update or temporarily suspend them for maintenance without broad notification. In this case, I strongly suggest submitting a support ticket directly to Microsoft for the most accurate and up-to-date information. You can do this via Microsoft 365 Admin Center (for Teams-related issues), or Azure Portal (for Graph API issues).
I hope these insights help clarify the situation and guide your next steps.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.