get_leave_history
Retrieve leave history for any employee by providing their employee ID. Access past leave records efficiently.
Instructions
Get the history of leaves of an Employee
:param emp_id: Id of an Employee
:returns : Leaves history messsageInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emp_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |