v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1447264222.7 KB

Returns the configuration of all storage optimizers associated with a specified table.

post/ListTableStorageOptimizers

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Request body

CatalogIdstring

The Catalog ID of the table.

DatabaseNamestring required

Name of the database where the table is present.

TableNamestring required

Name of the table.

StorageOptimizerType'COMPACTION' | 'GARBAGE_COLLECTION' | 'ALL'

The specific type of storage optimizers to list. The supported value is <code>compaction</code>.

MaxResultsinteger

The number of storage optimizers to return on each call.

NextTokenstring

A continuation token, if this is a continuation call.

Response

Success

NextTokenstring

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.