list_saved_searches
Retrieve saved searches from Splunk with metadata on ownership, schedule, visibility, and permissions. Filter results by owner, application, or sharing level to discover available reports and automations.
Instructions
List saved searches with ownership, schedule, visibility, and permission metadata. Use this to discover available reports/automations and to filter by owner/app/sharing. Results reflect only saved searches the current user can access.
Args: owner (str, optional): Filter by owner name (optional) app (str, optional): Filter by application name (optional) sharing (str, optional): Filter by sharing level (optional) include_disabled (bool, optional): Include disabled saved searches (default: False)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | No | ||
| app | No | ||
| sharing | No | ||
| include_disabled | No |