Execute Saved View
execute_saved_viewRun a saved ticket view's stored filters against live tickets and return the matching tickets, the view that produced them, and group counts when the view groups. Results are always YOUR tickets: a shared view shares the question, not the answers, so opening a teammate's view runs it against your own work and never reveals theirs. An archived view is refused rather than executed. Returns the same payload the web app receives. Requires authentication and the tickets:read scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many tickets to return. Defaults to 200. The ceiling is above the ordinary ticket page size because group counts need to see more rows in one call than a paged list does. | |
| offset | No | How many tickets to skip. Defaults to 0. | |
| view_id | Yes | The view's id, from list_saved_views. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |