v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1447264222.7 KB

Returns the set of Amazon S3 objects that make up the specified governed table. A transaction ID or timestamp can be specified for time-travel queries.

post/GetTableObjects

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Request body

CatalogIdstring

The catalog containing the governed table. Defaults to the caller’s account.

DatabaseNamestring required

The database containing the governed table.

TableNamestring required

The governed table for which to retrieve objects.

TransactionIdstring

The transaction ID at which to read the governed table contents. If this transaction has aborted, an error is returned. If not set, defaults to the most recent committed transaction. Cannot be specified along with <code>QueryAsOfTime</code>.

QueryAsOfTimestring date-time

The time as of when to read the governed table contents. If not set, the most recent transaction commit time is used. Cannot be specified along with <code>TransactionId</code>.

PartitionPredicatestring
<p>A predicate to filter the objects returned based on the partition keys defined in the governed table.</p> <ul> <li> <p>The comparison operators supported are: =, &gt;, &lt;, &gt;=, &lt;=</p> </li> <li> <p>The logical operators supported are: AND</p> </li> <li> <p>The data types supported are integer, long, date(yyyy-MM-dd), timestamp(yyyy-MM-dd HH:mm:ssXXX or yyyy-MM-dd HH:mm:ss"), string and decimal.</p> </li> </ul>
MaxResultsinteger

Specifies how many values to return in a page.

NextTokenstring

A continuation token if this is not the first call to retrieve these objects.

Response

Success

NextTokenstring

A continuation token indicating whether additional data is available.