List Indexes
list_indexesRetrieve accessible data indexes from a Splunk instance to identify queryable sources for searches. Supports filtering, internal index inclusion, and pagination.
Instructions
Retrieve accessible data indexes from the Splunk instance. Use this to discover which indexes you can query when building searches. Excludes internal indexes (name starts with _) unless include_internal is true. If has_more is true, call again with offset=next_offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| offset | No | Result offset (default 0) | |
| search_filter | No | Splunk REST search filter (e.g. 'name=*sec*') | |
| include_internal | No | Include _internal-style indexes (default false) |