call records in graph api returns record not found even there is lots of callrecording

Apptomate 1 Reputation point
2021-04-27T13:28:53.55+00:00

{
"error": {
"code": "NotFound",
"message": "Could not find the requested call record. Records about calls or online meetings that started more than 30 days ago are not available.",
"innerError": {
"date": "2021-04-27T13:11:12",
"request-id": "9ac16791-769c-4ae2-ac90-3a1650de721c",
"client-request-id": "9ac16791-769c-4ae2-ac90-3a1650de721c"
}
}
}

i have added permisions callrecord and im using client credentials token.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,295 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Deva-MSFT 2,266 Reputation points Microsoft Employee
    2021-04-30T15:25:43.3+00:00
    • Are you trying to find older records (more than 30 days are not available)? If yes, then you will receive the above error.
    • Instead, you may want to give a try within 30 days and see still if you can repro the issue. If yes, then share the graph response (requestid, timestamp).
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.