List Zendesk Tickets
list_ticketsList Zendesk tickets in ascending ID order using cursor-based pagination. Control page size with page_size and pass the returned cursor to get additional pages.
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). |