Can I retrieve AI meeting summaries through Microsoft Graph API for Teams?

I’m working with Teams Premium and I notice that AI-generated meeting summaries show up perfectly in the Teams interface. However, when I try to fetch these AI summaries using the Graph API, I’m not having any luck.

I can successfully pull meeting transcripts from the API endpoints, but I haven’t found a way to access the AI-generated recap content that Teams creates automatically. Is there a specific endpoint or method to retrieve these AI meeting summaries programmatically?

I’ve been looking through the documentation but haven’t found anything specific for AI recaps. Has anyone managed to get this working or know if it’s even possible right now? Any guidance would be really helpful.

Been there recently - same exact problem. Microsoft hasn’t added AI meeting summaries to Graph API yet, which is honestly annoying.

The AI recap is still pretty new in Teams Premium and the API is way behind what you see in the interface. You can only grab raw transcripts right now.

I built a workaround - pull the transcript and run it through Azure OpenAI for my own summaries. Sucks paying for Teams Premium when you can’t access half the AI features through API, but it works.

Watch the Microsoft 365 roadmap and Graph API changelog. They usually add API support 6-12 months after UI features launch. This one’s getting popular, so they’ll probably move faster.

For now, transcript + your own AI processing is your only real option.