GET /v1/searchIndexes/{id}
Retrieve a Search Index
Get a search index by ID or fully qualified name
GET
GET /v1/searchIndexes/{id}
Documentation Index
Fetch the complete documentation index at: https://openmetadata-codex-audit-docs-codebase-alignment.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Retrieve a Search Index
Get a single search index by its unique ID or fully qualified name.Get by ID
UUID of the search index to retrieve.
Comma-separated list of fields to include (e.g.,
owners,tags,followers,votes,extension,domains,sourceHash).Include
all, deleted, or non-deleted entities.Get by Fully Qualified Name
UseGET /v1/searchIndexes/name/{fqn} to retrieve by fully qualified name.
Fully qualified name of the search index (e.g.,
elasticsearch_sample.table_search_index).Comma-separated list of fields to include:
owners, tags, followers, votes, extension, domains, sourceHash.Include
all, deleted, or non-deleted entities.GET /v1/searchIndexes/{id}
Returns
Returns a search index object with all requested fields populated.Response
Unique identifier for the search index (UUID format).
Search index name.
Fully qualified name in format
service.indexName.Human-readable display name.
Description of the search index in Markdown format.
Reference to the parent search service.
Field definitions for the index schema.
Type of search service (e.g., ElasticSearch, OpenSearch).
Version number for the entity.
List of owners. Only included when
fields contains owners.Classification tags. Only included when
fields contains tags.Domain assignments. Only included when
fields contains domains.Error Handling
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to view this search index |
404 | NOT_FOUND | Search index with given ID or FQN does not exist |