List Job Listings
list_jobsRetrieve recruitment job listings from HR Partner with filters for department, location, position, and publish dates. Use to search open roles and match candidates.
Instructions
Get recruitment job listings with title, department, location, position, publish dates and flags. Use get_job with the job id/slug for full detail including application form, scorecard and pipeline stages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Return only jobs with this text in the title, summary or web content | |
| location | No | Only jobs in this location name (comma separated for multiple) | |
| position | No | Only jobs with this position title | |
| is_active | No | Only return job listings marked active (true/false) | |
| department | No | Only jobs allocated to this department name | |
| max_records | No | Optional client-side limit on the number of records returned. Use to keep responses small when exploring data; the API itself does not paginate. | |
| allow_uploads | No | Only return job listings that allow candidate file uploads (true/false) | |
| publish_at_to | No | Only jobs published on/before this date (format yyyy-mm-dd) | |
| response_email | No | Only jobs with this email set as the response address | |
| publish_at_from | No | Only jobs published on/after this date (format yyyy-mm-dd) | |
| employment_status | No | Only jobs for this employment status name (e.g. Full Time, Part Time) | |
| unpublish_date_to | No | Only jobs unpublished on/before this date (format yyyy-mm-dd) | |
| publish_on_internet | No | Only return job listings shown on the internet (true/false) | |
| unpublish_date_from | No | Only jobs unpublished on/after this date (format yyyy-mm-dd) | |
| notify_new_application | No | Only return listings that notify the admin of new applications (true/false) | |
| allow_online_applications | No | Only return jobs where candidates can apply online (true/false) |