get_meetings
Retrieve an employee's scheduled meetings by providing their employee ID. Returns a list of meetings to help manage appointments.
Instructions
Get the list of meetings scheduled for employee
:param emp_id: ID of the employee
:returns: List of the MeetingsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emp_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |