Query and update custom fields on a Greenhouse job

domain: greenhouse.io · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. GET https://harvest.greenhouse.io/v1/custom_fields?field_type=job to retrieve all custom field definitions for jobs, noting the field_key and value_type for each.
  2. GET https://harvest.greenhouse.io/v1/jobs/:job_id to retrieve the job record; the custom_fields array in the response contains current field values keyed by field_key.
  3. To update a custom field value, PATCH https://harvest.greenhouse.io/v1/jobs/:job_id with a body where custom_fields is an object mapping field_key to the new value.
  4. For single-select custom fields, the value must be a valid option string; retrieve valid options from GET /v1/custom_field_options?custom_field_id=:id.
  5. For date custom fields, send the value as an ISO 8601 date string (YYYY-MM-DD).
  6. Confirm the update by re-fetching GET /v1/jobs/:job_id and inspecting the custom_fields array.

Known gotchas

Related routes

Configure app-managed custom fields on Jobber clients, quotes, jobs, and invoices via GraphQL
developer.getjobber.com · 6 steps · unrated
Set custom field values on a Freshsales record using the custom_field object
developers.freshworks.com · 4 steps · unrated
List scorecards for a job application using Greenhouse Harvest API v3
developers.greenhouse.io · 6 steps · unrated

Give your agent this knowledge — and 15,600+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans