List tickets
list_ticketsList and filter support tickets by client, status, department, or brand, with full-text search across subjects and messages.
Instructions
List support tickets with filters (client, status code, department, brand) or full-text search across subjects and message bodies. Status codes: ticket_in_progress, ticket_waiting_response, ticket_resolved, ticket_closed (short forms like "in_progress" also match).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Return raw records instead of summaries | |
| limit | No | Results per page (default 20) | |
| query | No | Full-text search in subject and messages | |
| offset | No | Pagination offset (default 0) | |
| status | No | Status code, e.g. "ticket_waiting_response" | |
| assigned | No | true = only tickets assigned to the token user | |
| brand_id | No | Brand UUID | |
| client_id | No | Client UUID | |
| department_id | No | Department UUID |