v1

latestOpenAPI 3.1.02026-07-26474165.4 KB
Metadata

List Indexes

This operation returns information about available indexes for a given table.

get/indexes

Query parameters

catalogNamestring

Restricts results to the specified catalog.

schemaNamestring

Restricts results to the specified schema.

tableNamestring

Restricts results to the specified table.

indexNamestring

Restricts results to the specified index.

uniqueboolean

If true, only return unique indexes. If false, only return non-unique indexes. The default value is to return all indexes.

Response

OK