Skip to main content
Server path: /greenhouse | Type: Application | PCID required: Yes Recruiting and hiring

Tools

ToolDescription
greenhouse_list_jobsList jobs for a specific job board from the Greenhouse Job Board API
greenhouse_get_jobGet details of a specific job from the Greenhouse Job Board API
greenhouse_list_departmentsList all departments for a job board from the Greenhouse Job Board API
greenhouse_list_officesList all offices for a job board from the Greenhouse Job Board API
greenhouse_submit_applicationSubmit a job application through the Greenhouse Job Board API
greenhouse_get_candidateGet details of a specific candidate from the Greenhouse Harvest API
greenhouse_list_candidatesList candidates from the Greenhouse Harvest API with optional filters
greenhouse_list_harvest_jobsList jobs from the Greenhouse Harvest API with optional filters

greenhouse_list_jobs

List jobs for a specific job board from the Greenhouse Job Board API Parameters:
ParameterTypeRequiredDefaultDescription
board_tokenstringYesJob board token to retrieve jobs from
pagenumberNoPage number for pagination
per_pagenumberNoNumber of jobs per page (1-500)
contentbooleanNoInclude job content in response
questionsbooleanNoInclude job questions in response
departmentsbooleanNoInclude departments in response
officesbooleanNoInclude offices in response

greenhouse_get_job

Get details of a specific job from the Greenhouse Job Board API Parameters:
ParameterTypeRequiredDefaultDescription
board_tokenstringYesJob board token
job_idstringYesJob ID to retrieve

greenhouse_list_departments

List all departments for a job board from the Greenhouse Job Board API Parameters:
ParameterTypeRequiredDefaultDescription
board_tokenstringYesJob board token

greenhouse_list_offices

List all offices for a job board from the Greenhouse Job Board API Parameters:
ParameterTypeRequiredDefaultDescription
board_tokenstringYesJob board token

greenhouse_submit_application

Submit a job application through the Greenhouse Job Board API Parameters:
ParameterTypeRequiredDefaultDescription
board_tokenstringYesJob board token
job_idstringYesJob ID to apply for
first_namestringYesApplicant first name
last_namestringYesApplicant last name
emailstringYesApplicant email address
phonestringNoApplicant phone number
resumestringNoResume content or URL
cover_letterstringNoCover letter content
question_answersobject[]NoAnswers to application questions

greenhouse_get_candidate

Get details of a specific candidate from the Greenhouse Harvest API Parameters:
ParameterTypeRequiredDefaultDescription
candidate_idstringYesCandidate ID to retrieve

greenhouse_list_candidates

List candidates from the Greenhouse Harvest API with optional filters Parameters:
ParameterTypeRequiredDefaultDescription
pagenumberNoPage number for pagination
per_pagenumberNoNumber of candidates per page (1-500)
created_beforestringNoFilter candidates created before this date (ISO 8601 format)
created_afterstringNoFilter candidates created after this date (ISO 8601 format)
last_activity_afterstringNoFilter candidates with last activity after this date (ISO 8601 format)
emailstringNoFilter candidates by email address
job_idstringNoFilter candidates by job ID

greenhouse_list_harvest_jobs

List jobs from the Greenhouse Harvest API with optional filters Parameters:
ParameterTypeRequiredDefaultDescription
pagenumberNoPage number for pagination
per_pagenumberNoNumber of jobs per page (1-500)
created_beforestringNoFilter jobs created before this date (ISO 8601 format)
created_afterstringNoFilter jobs created after this date (ISO 8601 format)
opened_beforestringNoFilter jobs opened before this date (ISO 8601 format)
opened_afterstringNoFilter jobs opened after this date (ISO 8601 format)
closed_beforestringNoFilter jobs closed before this date (ISO 8601 format)
closed_afterstringNoFilter jobs closed after this date (ISO 8601 format)
statusstringNoFilter jobs by status
department_idstringNoFilter jobs by department ID
office_idstringNoFilter jobs by office ID