list_tickets
List support tickets for an employee, with an optional status filter to narrow results by open, closed, or pending status.
Instructions
List tickets for an employee with optional status filter. :param employee_id: Employee ID (optional) :param status: Ticket status (optional) :return: List of tickets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| employee_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |