v1

latestOpenAPI 3.1.02026-07-261770816.7 KB
Interview Kits

List interview kits

Interview kits are the per-job, per-slot evaluation packets interviewers see when conducting an interview — the instructions, exercises, scorecard questions, and focus attributes attached to one slot on one job's interview plan. Each kit belongs to a job and to a single job_interview slot; the scorecard_questions for that slot hang off the kit's id. Scope the list with parent=job|job_interview plus ids to pull the kits for one or more jobs or interview slots. Unlike the snapshot summary and instructions fields on the job_interviews endpoint, the exercises field here reflects the live Interview Prep content as edited on the job — use this endpoint when you need the current copy interviewers will actually see.

get/v3/interview_kits

Query parameters

cursorstring

Cursor link for pagination from previous page response header. Do not use any other parameters when using this.

per_pageinteger

Number of results per page

idsinteger[]

Comma separated list

gtestring date-time
ltestring date-time
gtstring date-time
ltstring date-time
gtestring date-time
ltestring date-time
gtstring date-time
ltstring date-time
job_idsinteger[]

Return only interview kits belonging to these job (hiring plan) ids. Each interview kit is configured on a single job's interview plan.

job_interview_idsinteger[]

Return only interview kits attached to these job_interview (interview slot) ids. Each kit defines the instructions and scorecard for a specific interview slot on the job's interview plan.

fieldsstring[]

Comma separated list of fields to return

Response

Successful

idinteger
created_atstring date-time
updated_atstring date-time
job_idinteger

Id of the job this kit is configured on.

job_interview_idinteger

Id of the job_interview slot this kit belongs to. Each slot on a job's interview plan has exactly one kit.

exercisesstring nullable

Current Interview Prep content surfaced to interviewers — instructions, exercises, and rubric notes for this slot on this job. Reflects edits made in the job's Interview Kit. If the kit has no override, falls back to the slot's default instructions; the summary and instructions fields on the job_interviews endpoint are static snapshots taken when the slot was first added and do not stay in sync with later edits, so use this field for the live value. May contain HTML.

anonymize_candidateboolean nullable

Whether the candidate's name and identifying details are hidden from graders on the scorecard for this slot. Only meaningful for take-home test slots; defaults to false.

anonymize_resumesboolean nullable

Whether resumes are anonymized for reviewers at this slot. Only meaningful for Application Review and Hiring Manager Review slots and requires the organization to have resume anonymization enabled; defaults to false.