Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,309 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm using the following API to fetch the call records.
https://graph.microsoft.com/v1.0/communications/callRecords
The API was functioning correctly a few days ago. However, I’ve encountered an issue recently: when I add a participant filter to the query, it no longer returns any records and the response time has increased to approximately 15 seconds, which is too slow.
Without any filters, the API returns some records as expected. Could you please help identify what might be causing this issue and suggest possible solutions?