get-search-index-by-name
Retrieve a search index by its fully qualified name. Specify fields to include or use extractFields to reduce response size.
Instructions
Get a Search Index by fully qualified name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fqn | Yes | Search Index fully qualified name | |
| fields | No | Comma-separated fields to include | |
| include | No | ||
| extractFields | No | Comma-separated dotted paths to project from response (e.g. 'id,name,owner.name,columns.*.name'). Use `*` as wildcard for arrays/objects. Wrap field names with dots in backticks. Reduces response tokens dramatically on large entities. |