Hi, sorry for the late reply and thank you for the response!
I’ve done some additional testing since then and wanted to share my findings — please correct me if I’m wrong on any of this.
Call Logs (Admin → Phone System Management → Logs → Calls): GET /phone/call_history seems to be the right endpoint — it returns individual call records and I was able to match most of the fields from the portal export.
Phone System Usage Report (Admin → Account Management → Reports → Usage Reports → Phone System → Usage):
As far as I can tell, there is no dedicated endpoint for this aggregated per-user view. Am I correct in assuming that the only way to reproduce it is to pull raw records from GET /phone/call_history and aggregate them on our side?
Also, I was unable to find API sources for the following fields that appear in the portal CSV export:
FAC Required - not found in any endpoint
Charge - not found in /phone/call_history; /phone/reports/call_charges returns billing data but with a different structure
Could someone from the Zoom team confirm whether these fields are accessible via API, or point us toward any additional endpoints or documentation? Any further guidance would be greatly appreciated.