Hi @Vitalikarmanov,
Welcome to Microsoft Q&A, and thank you very much for reaching out to us.
Note that as Q&A moderator, I do not have access to your tenant configuration, and my testing environment is limited. So I can only be able to support you through available documentation and resources. That said, I will try to assist you as much as possible.
Based on your description, you’re calling the ad hoc call transcripts endpoint:
GET https://graph.microsoft.com/v1.0/users/{userId}/adhocCalls/{callId}/transcripts
Could you please confirm whether you intended to retrieve a specific transcript instead based on the Microsoft documentation?
According to Microsoft documentation, NotImplemented error (HTTP 501) generally means the service doesn’t support the requested feature in the current context, either because the request is targeting an unsupported endpoint/operation, or because the backend capability isn’t yet available or fully rolled out for that API scenario.
As I checked, the adhocCall surface is still relatively new, as it was introduced first under the preview (/beta) APIs on 27 October 2025. So practical examples and community references can still be limited compared to more established Graph areas. If the URL in your request contains any typo or mismatch, the best next step is to rewrite it to match the exact request format shown in Microsoft’s official documentation for this API.
For the getAllTranscripts call, based on the Microsoft Graph documentation, the API call you using: onlineMeeting/getAllTranscripts is intended for scheduled online meetings (onlineMeeting) and won’t return ad hoc call transcripts. If your goal is to retrieve all transcripts for ad hoc calls, you should use adhocCall/getAllTranscripts instead.
Additionally, please note that the adhocCall and adhocCall/getAllTranscripts endpoints originated in /beta (preview) and aren’t recommended for production, as preview APIs can change, be paused for maintenance, or be flighted/rolled out unevenly without notice, which may lead to unexpected or inconsistent behavior.
This summary is based on my findings from the community and several relevant threads. However, it may not accurately reflect the behavior in question. To help you reach your goal more effectively, I recommend posting a thread on the Microsoft Tech Community forum. It’s a great platform for deeper technical discussions and connecting with individuals who have hands-on experience and expertise. They’re best positioned to provide guidance and valuable insights on this topic.
Thank you for your understanding.
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.