Forum Discussion
ldruker
Apr 20, 2026Copper Contributor
ad-hoc call transcripts via graph api endpoint
I have an app with the below permissions. I can successfully get list of transcripts and transcript content for online meetings. But when I try to get list for ad-hoc calls, I get the 400 Bad Reques...
ldruker
Apr 22, 2026Copper Contributor
OK thank you for your reply.
You mention empty results. Will it be possible to list ad-hoc call transcripts for users by sending a request to this endpoint? And then use the results to pull transcripts from this endpoint?
/users/{userId}/adhocCalls/{callId}/transcripts/{transcriptId}
Or will it only be possible if we follow process to set up a webhook and subscribe to get notifications when a specific transcript is ready?