list_tickets
Retrieve tickets for an employee, with optional filtering by status. Use this to view or manage support tickets.
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 |