v1

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

Retrieves a list of strings that identify available versions of a specified table.

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

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'AWSGlue.GetTableVersions' 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 in which the table resides. For Hive compatibility, this name is entirely lowercase.

TableNamestring required

The name of the table. For Hive compatibility, this name is entirely lowercase.

NextTokenstring

A continuation token, if this is not the first call.

MaxResultsinteger

The maximum number of table versions to return in one response.

Response

Success

NextTokenstring

A continuation token, if the list of available versions does not include the last one.