get_leave_history
Retrieve an employee's leave history by providing their employee ID. Returns a list of leave records for HR review.
Instructions
Get the leave history of an employee.
Args: emp_id (str): the employee ID for whom the leave history is being requested
Returns: List[Dict[str, str]]: List of leave history entries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emp_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |