Fetch tickets in a view
zendesk_fetch_view_ticketsFetch tickets from a Zendesk view, returning key fields like subject, status, and priority, with paginated results.
Instructions
Fetch tickets listed in a Zendesk view, following pagination. Returns ticket id, subject, status, priority, requester, assignee, group, and timestamps. Get a view id from zendesk_list_views.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| viewId | Yes | Numeric view id (from zendesk_list_views). | |
| limit | No | Max tickets to return (default 200). Pages 100 at a time. |