List Keka Job Openings
keka_list_jobsFetch all job openings from Keka Hire recruitment module with pagination and output format options. View title, department, location, status, number of openings, dates, and hiring manager.
Instructions
Retrieve all job openings from Keka Hire (Recruitment module).
Args:
pageNumber (integer): Page number (default: 1)
pageSize (integer): Results per page, max 200 (default: 100)
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Job openings with ID, title, department, location, status, number of openings, posted date, closing date, and hiring manager.
Use keka_list_candidates to see candidates for a specific job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | Results per page (max 200) | |
| pageNumber | No | Page number (starts at 1) | |
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable | markdown |