Get a single job by source + id
get_jobFetch one job posting by its source engine and native id, returned as { meta, job } with the same flat Job shape search_jobs yields. The id is the native upstream id as returned by that source in search results (NOT prefixed with the source name). Exception: for source="ats" the id is a composite "board:company:nativeId" string (e.g. "greenhouse:airbnb:7995153") so the lookup can round-trip to the right ATS board. Not every source supports single-job lookup — a search-only source returns a not_supported / not_found error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Native upstream job id as returned by that source. For source="ats", the composite "board:company:nativeId" string. | |
| source | Yes | The engine that produced the job (matches the Job.source field from search_jobs). |