Get Reports
Returns a list reports from the system. Can be filtered by the positionId, reportId, or candidateId. Will only return reports that are completed.
Authorizations
Query Parameters
The id of the report to filter by. If this is provided, all other filters will be ignored.
The id of the position to filter by
The id of the candidate to filter by
Response
Reports response
The unique identifier of the report
"reportId"
The unique identifier of the candidate
"candidateId"
The unique identifier of the position
"positonId"
The ID of the position's job in the connected ATS, or null if there is no linked ATS record
"12345"
The overall score of the candidate
85
Feedback on the candidate's overall performance
"The candidate performed well overall."
List of dictionaries, each containing the question and a summary of the candidate's answer
A list of dictionaries, each containing the tag name, value, and evidence
A list of dictionaries, each containing the skill and the candidate's score and feedback
The resume fit analysis for this candidate and position, or null if no analysis was run
The UNIX Epoch time (in seconds) of when the interview was completed
1620000000
The public URL for an mp4 video recording of this interview, or an empty string if there is no recording
"https://example.com/video.mp4"
The public URL of the PDF report
"https://example.com/report.pdf"