Skip to documentation
Browse documentation

Get Greenhouse job details

Get one public posting with normalized content, metadata, compliance, and optional application-form definitions.

Capability ID greenhouse.jobs.details
Cost 1 credit per request
Maximum runtime 45 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

board string required

Public Greenhouse board token.

Example airbnb
include_questions boolean optional

Include public general, location, and demographic application-form definitions.

Example false
job_id string required

Numeric public Greenhouse job id.

Example 7995153

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
board string airbnb
job object 18 fields
job.absolute_url string https://careers.airbnb.com/positions/7995153?gh_jid=7995153
job.company_name string Airbnb
job.data_compliance array 1 items
job.department string Sales
job.departments array 1 items
job.description string Airbnb was born in 2007 when two hosts welcomed three guests to their S…
job.id string 7995153
job.internal_job_id string 3468206
job.language string en
job.location string Berlin, Germany
job.metadata array 2 items
job.office string Berlin, Germany
job.offices array 1 items
job.published_at string 2026-06-10T08:50:56-04:00
job.remote boolean false
job.requisition_id string ONE
job.title string Acquisition Manager
job.updated_at string 2026-07-31T07:59:51-04:00

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.