get_leave_history
Retrieve an employee's leave history by providing their employee ID.
Instructions
Get the leave history of an employee. :param emp_id: Employee ID :return: Leave history message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emp_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |