Read one posting
get_jobRetrieve complete details for a single Ashby job posting, including locations, full description, and published pay ranges. Use the board and job ID from search results to pull exact job information.
Instructions
Read one Ashby posting in full: its locations, its description and the pay ranges its company published. Ashby addresses a posting by board and identifier, both of which search_jobs returns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | Yes | A company name, or an Ashby board token. | |
| job_id | Yes | The identifier search_jobs returned for this posting. | |
| description | No | The description runs to thousands of characters. html is the company's own markup, unrewritten. | plain |
| include_compensation | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| team | Yes | ||
| board | Yes | ||
| notes | Yes | ||
| title | Yes | ||
| source | Yes | ||
| job_url | Yes | ||
| location | Yes | ||
| apply_url | Yes | ||
| is_listed | Yes | False marks a posting Ashby serves by direct link alone rather than on the board. | |
| is_remote | Yes | ||
| department | Yes | ||
| description | Yes | Null when the caller asked for no description. | |
| compensation | Yes | Null when the caller asked for no compensation, which states nothing about the company. | |
| published_at | Yes | ISO 8601 with the offset Ashby publishes. | |
| workplace_type | Yes | Null when the company records none, which is never the same as on site. | |
| employment_type | Yes | ||
| secondary_locations | Yes | ||
| compensation_summary | Yes | Null when the company withholds its pay ranges, which is never zero. |