tickets
Retrieve a list of tickets with optional filtering and sorting.
Returns a comprehensive list of tickets with support for pagination, date-based filtering, and custom sorting options. Essential for ticket management and support operations.
Possible errors:
- FORBIDDEN: Insufficient permissions to access ticket data
- TICKET_LIST_ERROR: Error occurred while retrieving tickets
AUTH: Role=[user.OWNER,user.EDITOR,user.VIEWER] OR ('user is authenticated')
tickets(
input: TicketSearchInput
): TicketResponse!
Arguments
tickets.input ● TicketSearchInput input
Search and pagination parameters for retrieving tickets. If not provided, default pagination settings will be applied.