v1

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

Retrieves the definitions of some or all of the tables in a given <code>Database</code>.

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

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'AWSGlue.GetTables' required

Request body

CatalogIdstring

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

DatabaseNamestring required

The database in the catalog whose tables to list. For Hive compatibility, this name is entirely lowercase.

Expressionstring

A regular expression pattern. If present, only those tables whose names match the pattern are returned.

NextTokenstring

A continuation token, included if this is a continuation call.

MaxResultsinteger

The maximum number of tables to return in a single response.

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

NextTokenstring

A continuation token, present if the current list segment is not the last.