List Indexes
Metadata API
List Indexes
This operation returns information about available indexes for a given table.
GET
List Indexes
Authorizations
JWT token authentication. Include the token in the Authorization header as Bearer {token}. See Authentication [blocked] for more information on creating a token.
Query Parameters
Restricts results to the specified catalog.
Restricts results to the specified schema.
Restricts results to the specified table.
Restricts results to the specified index.
If true, only return unique indexes. If false, only return non-unique indexes. The default value is to return all indexes.