get_leave_history
Fetch an employee's leave history by supplying their employee ID. Returns a message detailing all recorded leave.
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 |