v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1460298233.0 KB

Lists the metadata for the tables in the specified data catalog database.

post/#X-Amz-Target=AmazonAthena.ListTableMetadata

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'AmazonAthena.ListTableMetadata' required

Request body

CatalogNamestring required

The name of the data catalog for which table metadata should be returned.

DatabaseNamestring required

The name of the database for which table metadata should be returned.

Expressionstring

A regex filter that pattern-matches table names. If no expression is supplied, metadata for all tables are listed.

NextTokenstring

A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.

MaxResultsinteger

Specifies the maximum number of results to return.

Response

Success

NextTokenstring

A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.