List Zendesk Tickets
list_ticketsList Zendesk tickets in default ascending ID order using cursor-based pagination, with adjustable page size (up to 100) and cursor-driven navigation. Use search_tickets for recency or custom criteria.
Instructions
List tickets with cursor-based pagination, in Zendesk's default order (ascending ticket id), not by recency. Page size is controlled by page_size (not per_page, which is the offset-based parameter used by search_tickets); paginate by passing the returned cursor. To find tickets by recency or any other criterion, use search_tickets with a query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor from a previous response; omit for the first page. | |
| page_size | No | Tickets per page (1-100, default 100). |