es_get_mapping
Retrieve the field mapping (schema) for an Elasticsearch index to understand its structure and data types.
Instructions
Show the field mapping (schema) for an Elasticsearch index.
Args: index: The index name to inspect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |