Staring Friday Apr 11, 2025 a GET call to /v2/zra/conversations/{id}/content_analysis?analysis_type=engagingQuestions returns an error instead of a response. Until friday everything worked perfectly fine. Does anyone have any idea why this might the case.
It seem that zoom just turned off content_analysis route for some reason
{
“code”: 1005,
“message”: “This API endpoint is not recognized.”
}
Further to my analysis I was able to figure out that if I call
/iq/conversations/{{conversationId}}/content_analysis?analysis_type=all then zoom returns 200 with content, however when I call /zra/conversations/{{conversationId}}/content_analysis?analysis_type=all zoom returns 404
I have the same problem. I’m trying to connect using PySpark Notebook data blocks and the API returns {‘code’: 1005, ‘message’: ‘This API endpoint is not recognized.’}.
Adding on to confirm we can reproduce this behavior and are looking for a solution. As referenced, we can get results with the deprecated endpoint (iq) but not the new endpoint (zra) using identical parameters.