List a company's open jobs
list_open_jobsEvery open job at one company, read from its own careers system. Returns title, department, location, employment type, workplace type, posted date, a parsed salary range where the employer publishes one, and a verify_url pointing at the employer's own advert. Salaries are refused rather than guessed: an hourly rate, an ambiguous currency, or bands in two currencies all yield no figure, and salary_text keeps whatever the employer wrote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum postings to return. | |
| company | Yes | A board name ('stripe'), a careers URL ('https://jobs.ashbyhq.com/ramp'), or system:name ('ashby:ramp'). | |
| include_description | No | Include the full job description. Off by default because descriptions are long; contact details are removed either way. |