Greenhouse
Read Greenhouse recruiting/ATS data — candidates, jobs, applications, offers — via the Harvest API.
Operations
list_candidatesget_candidatelist_jobslist_applicationslist_offers
Inputs
apiKey(required) — Greenhouse Harvest API key. Generate one in Greenhouse under Configure > Dev Center > API Credential Management (Harvest key). Sent as the HTTP Basic username with an empty password.operation(required) — One of: list_candidates, get_candidate, list_jobs, list_applications, list_offersid— Candidate id — required for get_candidate.query— Optional query params as a JSON object string, e.g. {"per_page": 50, "page": 1}.
Example
operation: list_candidates
apiKey: <your apiKey>