List Employee Interviews
list_interviewsRetrieve employee interview and meeting records filtered by employee, department, interviewer, type, or date range. Use to review interview history and details.
Instructions
Get employee interview / meeting records including type, interviewer, description and dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employee | No | Employee code to only return records for that particular employee | |
| department | No | One or more department names (separated by commas) to filter by | |
| description | No | Return only records with this partial text within the description field | |
| interviewer | No | Return only records where the interviewer field contains this partial 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. | |
| interview_type | No | Only list records matching this interview type | |
| interview_date_to | No | Only interviews that happened on/before this date (format yyyy-mm-dd) | |
| interview_date_from | No | Only interviews that happened on/after this date (format yyyy-mm-dd) |