list_indices
Retrieve all indices available in your Elasticsearch cluster to understand your data structure and identify which indices to query or manage.
Instructions
List all indices in the Elasticsearch cluster.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}