List Job interview stages ​
Endpoint ​
http
GET /unified/ats/job_interview_stages
Integrations supported
- Ashby
- BambooHR
- Greenhouse
- Homerun
- JobScore
- Jobvite
- Lever
- Recruiterflow
- Teamtailor
- Workable
- Zoho Recruit
Query parameters ​
integrated_account_id
string · uuid
REQUIRED · The ID of the integrated account to use for the request.
Example:
62f44730-dd91-461e-bd6a-aedd9e0ad79d
job_id
string
Integration specific notes
- JobScoreThe ID of the job to filter the job interview stages by.
- GreenhouseThe unique identifier for a job
- WorkableThe unique identifier for a job
- AshbyThe unique identifier for a job
- RecruiterflowThe unique identifier for a job
- HomerunThe unique identifier for a job
Required in
- Ashby
- Greenhouse
- Homerun
- JobScore
- Recruiterflow
- Workable
Response Body ​
result
object[]
List of Job interview stages
id
string
REQUIRED · The job interview stage's unique identifier
Supported in
- Ashby
- BambooHR
- Greenhouse
- Homerun
- JobScore
- Jobvite
- Lever
- Recruiterflow
- Teamtailor
- Workable
- Zoho Recruit
name
string
The job interview stage's name
Supported in
- Ashby
- BambooHR
- Greenhouse
- Homerun
- JobScore
- Jobvite
- Lever
- Recruiterflow
- Teamtailor
- Workable
- Zoho Recruit
status
string
The job interview stage's status
All possible enum values:
active
inactive
Supported in
- BambooHR
job
object
The job interview stage's job
Supported in
- Ashby
- Greenhouse
- Homerun
- Teamtailor
- Workable
id
string
Unique identifier of the job
position
integer
The job interview stage's position
Supported in
- Ashby
- Workable
- Zoho Recruit
created_at
string · date-time
The date and time of the job interview stage's creation
Supported in
- Greenhouse
- Teamtailor
updated_at
string · date-time
The date and time of the job interview stage's last update
Supported in
- Greenhouse
- Teamtailor
remote_data
object
Raw data returned from the remote API call.
next_cursor
string
The cursor to use for the next page of results. Pass this value as `next_cursor` in the query parameter in the next request to get the next page of results.