List Zendesk Tickets
list_ticketsRetrieve tickets sorted by last update time. Use cursor-based pagination to navigate through pages, adjusting page_size from 1 to 100.
Instructions
List tickets with cursor-based pagination, sorted by most recently updated. 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.
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). |