List a company's open jobs
get_company_companyId_jobsReturns an empty list if the company has no open postings.
Use the jobId from a result with /jobs/detail/{jobId}. Group: Companies. Billing per call: 1 Credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of results per page. | |
| start | No | Offset of the first result. Pass the `cursor` value from the previous response to fetch the next page. | |
| companyId | Yes | The company's numeric identifier, from `/company/search` or `/company`. |