list_tickets
Retrieve employee tickets with an optional status filter to narrow results by ticket type.
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 |