Hi Zoom Developer Team,
I’m trying to fetch the AI Call Summary for a Zoom Phone call using the API documented here:
Zoom Phone AI Call Summary API
Here’s the endpoint I’m calling:
GET /v2/phone/ai_call_summary/{aiCallSummaryId}
However, I’m consistently getting the following error response:
{
"timestamp": 1760084937216,
"status": 404,
"error": "Not Found",
}
I’m using the following OAuth scopes for my app:
-
phone:read:ai_call_summary
-
phone:read:call_log
-
phone:read:user
Questions:
-
Am I using the correct API endpoint to retrieve AI Call Summaries?
-
Do I need to include the
userId
in the request path (e.g.,/v2/phone/user/{userId}/ai_call_summary/{aiCallSummaryId}
)? -
Are there any specific prerequisites we have bussiness account
Any guidance or clarification would be appreciated.
Thanks,