List Saved Searches
list_saved_searchesList saved searches with ownership, schedule, visibility, and permission metadata. Filter by app, owner, sharing, or name, and paginate through results.
Instructions
List saved searches with ownership, schedule, visibility, and permission metadata. If has_more is true, call again with offset=next_offset. Full SPL is truncated to 200 characters; use get_saved_search_details for the complete search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | Filter by app (default all) | |
| count | No | Page size. Default 50. Maximum 200. Values above 200 are capped to 200; 0 uses 50. Do not send a count larger than 200. | |
| owner | No | Filter by owner (default all) | |
| offset | No | Result offset (default 0) | |
| sharing | No | Filter by sharing level | |
| search_filter | No | Extra REST search filter (e.g. 'name=*alert*') | |
| include_disabled | No | Include disabled searches (default false) |