list_views
Retrieve all saved ticket views (dashboards) available to your API user to discover view IDs for further ticket analysis.
Instructions
List ALL saved ticket views (filtered ticket lists agents use as dashboards) accessible to the API user. Use this to discover view IDs, then call Zendesk's /api/v2/views/{id}/tickets for the actual ticket list (this MCP doesn't yet expose execute_view; use search with the equivalent filters as a workaround).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| per_page | No | Number of views per page (max 100) |