Get Saved View
get_saved_viewFetch one saved ticket view's definition by id: its name, filters, columns, grouping, sort and whether it is shared. This returns the view itself, not the tickets it selects -- use execute_saved_view to run it. A view you cannot read is reported as not found rather than as forbidden, so this cannot be used to discover that someone else's view exists. Requires authentication and the tickets:read scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view_id | Yes | The view's id, from list_saved_views. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |