List indices
list_indicesLists Elasticsearch indices with health, status, document count, and size. Falls back to name-only listing when monitor privilege is missing. Accepts optional index pattern filter.
Instructions
List indices with their health, status, document count, and size (equivalent to _cat/indices). Falls back to the index-level _resolve/index API (names only) when the cluster "monitor" privilege is missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | Optional index name or pattern to filter the listing |