List Zendesk Tickets
list_ticketsRetrieve a paginated list of Zendesk tickets in ascending ID order using cursor-based pagination. Specify page size and use returned cursors to navigate 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). |