list_tickets
Retrieve HR tickets by employee ID and optional status to review open, pending, or closed 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 |