Evaluation reports
An evaluation report is a completed (or in-progress) scorecard for one call: the answers, the points, the feedback, and the pass or fail result. See Quality Assurance overview in the User Guide.
The REST API provides read-only access to evaluation reports. Use it to export QA results to an external system. To create or edit evaluations, use the web portal.
Endpoints
| Request | Description |
|---|---|
GET /api/v2/evaluation_reports.json |
List and search evaluation reports |
GET /api/v2/evaluation_reports/<report-id>.json |
View an evaluation report |
Calls can also be filtered by their evaluation results with the evaluation_report_* parameters
of Advanced search.