Indexes
View index information
This page shows you how to get information about all of your indexes or about a specific index.
To learn about the concepts related to indexes, see Indexes.
List all indexes in a project
Use the list_indexes operation to get a complete description of all indexes in a project:
With the Python client, you can use the .names()
helper function to iterate over the index names in the list_indexes()
response, for example:
Python
Get information about an index
Use the describe_index operation to get a complete description of a specific index:
Was this page helpful?