v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1419128123.4 KB

The ListTables operation returns a list of tables for a specified keyspace.

To read keyspace metadata using ListTables, the IAM principal needs Select action permissions for the system keyspace.

post/#X-Amz-Target=KeyspacesService.ListTables

Headers

X-Amz-Target'KeyspacesService.ListTables' required

Request body

nextTokenstring

The pagination token. To resume pagination, provide the <code>NextToken</code> value as an argument of a subsequent API invocation.

maxResultsinteger

The total number of tables to return in the output. If the total number of tables available is more than the value specified, a <code>NextToken</code> is provided in the output. To resume pagination, provide the <code>NextToken</code> value as an argument of a subsequent API invocation.

keyspaceNamestring required

The name of the keyspace.

Response

Success

nextTokenstring

A token to specify where to start paginating. This is the <code>NextToken</code> from a previously truncated response.