Reports & Results

Access detailed results from voice interviews and technical tests.

Required scope: reports:read (covers both interviews and tests).

Interview report

GET/api/v1/reports/interviews/:id

Returns the full report of a voice interview: evaluation, transcript and overall score.

Path Parameters

ParamètreTypeRequisDescription
idstringOuiUnique identifier of the interview.
Request
Response 200

Test report

GET/api/v1/reports/tests/:sessionId

Returns the report of a technical test completed by a candidate.

Path Parameters

ParamètreTypeRequisDescription
sessionIdstringOuiIdentifier of the test session (TestSession.id).
Request
Response 200

Bulk export

GET/api/v1/reports/export

Exports all results from a campaign in JSON or CSV format.

Query Parameters

ParamètreTypeRequisDescription
campaignIdstringOuiIdentifier of the campaign to export.
formatstringNonOutput format: json (default) | csv.
typestringNonResult type: interviews | tests | all (default).
Request
Evalyo · Agentic platform for AI interviews and assessments