Hello,
You can use the /api/v2/quality/evaluations/search API to report on evaluation data at scale - including automated evaluations.
By adding "systemSubmitted": true to your request, you can filter results to include only evaluations submitted by the system (Virtual Supervisor).
This approach helps you:
-
Report on automated quality scores for a defined time period
-
Analyze performance for a specific agent or group of agents
-
Calculate average and statistical metrics across evaluations
-
Build dashboards or external reports using aggregated data
Example request
The following example retrieves automated evaluations submitted between January 28 and February 28, 2026, for a specific agent. It returns aggregated scoring metrics, including averages and statistical summaries.
Key points
-
Set "systemSubmitted": true to return only automated evaluations.
-
Use DATE_RANGE filters to define the reporting window.
-
Add EXACT filters such as agentId to narrow results.
-
Use aggregations like AVERAGE and STATS to calculate metrics without retrieving every record.
-
Set "pageSize": 0 when you only need aggregated results.
Regards,
#AIScoring(VirtualSupervisor)#QualityEvaluations#SpeechandTextAnalytics------------------------------
Jose Ruiz
Genesys - Employees
Product Manager
jose.ruiz@genesys.com------------------------------