List Keka Job Candidates
keka_list_candidatesRetrieve candidates for a specific job opening in Keka Hire. Use a job ID to get applicant contact details, interview stage, and application status.
Instructions
Retrieve candidates for a specific job opening in Keka Hire.
Args:
jobId (string, required): The Keka job ID (use keka_list_jobs to find IDs)
pageNumber (integer): Page number (default: 1)
pageSize (integer): Results per page, max 200 (default: 100)
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Candidate list with name, email, phone, current interview stage, application date, source, and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | Keka job ID (from keka_list_jobs) | |
| 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 |