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
The unique identifier of the report
"reportId"
The unique identifier of the candidate
"candidateId"
The unique identifier of the position
"positonId"
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 summary of the candidate's answer to a question
A list of dictionaries, each containing the tag name, value, and evidence
The tag name, value, and evidence
A list of dictionaries, each containing the skill and the candidate's score and feedback
The candidate's score and feedback for a skill
The UNIX Epoch time (in seconds) of when the interview was completed
1620000000
The public URL for an mp4 video recording of this interview
"https://example.com/video.mp4"
The public URL of the PDF report
"https://example.com/report.pdf"