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/:idReturns the full report of a voice interview: evaluation, transcript and overall score.
Path Parameters
| Paramètre | Type | Requis | Description |
|---|---|---|---|
id | string | Oui | Unique identifier of the interview. |
Request
Response 200
Test report
GET
/api/v1/reports/tests/:sessionIdReturns the report of a technical test completed by a candidate.
Path Parameters
| Paramètre | Type | Requis | Description |
|---|---|---|---|
sessionId | string | Oui | Identifier of the test session (TestSession.id). |
Request
Response 200
Bulk export
GET
/api/v1/reports/exportExports all results from a campaign in JSON or CSV format.
Query Parameters
| Paramètre | Type | Requis | Description |
|---|---|---|---|
campaignId | string | Oui | Identifier of the campaign to export. |
format | string | Non | Output format: json (default) | csv. |
type | string | Non | Result type: interviews | tests | all (default). |
Request