repairdesk_tickets
Search and retrieve repair tickets by status, date, keyword, or technician. Get full details for any ticket ID.
Instructions
Search and look up repair tickets. List tickets filtered by status, date, keyword, or tech. Get full details by ticket ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| action | Yes | "list" to search, "get" for specific ticket | |
| status | No | Filter by status (Pending, In Progress, Repaired, etc.) | |
| keyword | No | Search keyword (customer name, device, etc.) | |
| to_date | No | End date as Unix timestamp | |
| pagesize | No | ||
| from_date | No | Start date as Unix timestamp | |
| ticket_id | No | Ticket ID (for action=get) | |
| assigned_to | No | Filter by assigned employee ID |