v1
latestOpenAPI 3.1.02026-08-0456127224.3 KBInterviewers
Get interviewer stats
Retrieve aggregate statistics for an interviewer in a single call: total candidate count, completed interview count, and average interview and resume scores.
The two score fields are independent per-agent averages and are null when that agent is not part of the interviewer's workflow, or when no candidate has been scored yet.
get/api/v2/postings/{posting_id}/stats
Path parameters
posting_idstring required
Headers
X-API-KEYstring nullable
Authorizationstring nullable
X-Workspace-Idstring nullable
Response
Successful Response
Example response
{
"data": {
"posting_id": "13D77095",
"title": "Senior Software Engineer",
"name": "senior-software-engineer",
"total_candidates": 142,
"completed_interviews": 87,
"average_interview_score": 72.4,
"average_resume_score": 65.1
}
}