get_saved_search
Execute a saved search by name, with optional overrides for time range, pagination, and page size to adjust the query at runtime.
Instructions
Load and execute a saved search by name. Optional overrides can be provided to adjust the search at execution time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Override the saved end time | |
| from | No | Override the saved start time | |
| name | Yes | The name of the saved search to execute | |
| page | No | Page number (starts at 1). Default: 1 | |
| pageSize | No | Override the saved page size | |
| timeRange | No | Override the saved time range (e.g., '1h', '2d') |