List job interviews

Job interviews are the interview slots configured on a job's interview plan — the template definitions that say, for example, "this job's Onsite stage has a 30-minute recruiter chat, a 45-minute hiring manager interview, and a take-home test." Each slot belongs to a job_interview_stage on a specific job and carries the default name, duration, scheduling type, and scorecard requirement. When a candidate reaches the stage, individual interviews are spun up from these slots and scheduled against the candidate's application — the id returned here is the job_interview_id you pass to the Create Interview endpoint. Scope the list with parent=job|job_interview_stage plus ids to pull the slots for one or more jobs or stages. summary and instructions reflect the slot's defaults at the time it was added to the job and do not stay in sync with later edits made to the interview's Interview Prep — use the Interview Kits endpoint for the live values.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

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

integer
1 to 500
Defaults to 100

Number of results per page

ids
array of integers
length ≤ 50

Comma separated list

ids
created_at
object
updated_at
object
job_interview_stage_ids
array of integers
length ≤ 50

Comma separated list

job_interview_stage_ids
job_ids
array of integers
length ≤ 50

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

job_ids
fields
array of strings
length ≤ 50

Comma separated list of fields to return

fields
boolean

Filter by whether the slot is on the job's current interview plan. Omit to return both active and inactive slots; pass true to restrict to the current plan or false to return only retired slots.

string
enum

Filter by how the slot is fulfilled. needs_scheduling for calendared interviews, take_home_test for asynchronous tests, offer for the offer step, none for feedback-only slots.

Allowed:
Response

Language
Credentials
Missing 1 required scope
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json