v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142021,119944.8 KB

Retrieves the <code>Table</code> definition in a Data Catalog for a specified table.

post/#X-Amz-Target=AWSGlue.GetTable

Headers

X-Amz-Target'AWSGlue.GetTable' required

Request body

CatalogIdstring

The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.

DatabaseNamestring required

The name of the database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.

Namestring required

The name of the table for which to retrieve the definition. For Hive compatibility, this name is entirely lowercase.

TransactionIdstring

The transaction ID at which to read the table contents.

QueryAsOfTimestring date-time

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

Response

Success