list_tickets
Fetch a list of tickets for an employee, optionally filtered by status. Use this to review an employee's support requests.
Instructions
List tickets for an employee with optional status filter. :param employee_id: Employee ID :param status: Ticket status (optional) :return: List of tickets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| employee_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |