v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1419128123.4 KB

Returns information about the table, including the table's name and current status, the keyspace name, configuration settings, and metadata.

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

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

Headers

X-Amz-Target'KeyspacesService.GetTable' required

Request body

keyspaceNamestring required

The name of the keyspace that the table is stored in.

tableNamestring required

The name of the table.

Response

Success

keyspaceNamestring required

The name of the keyspace that the specified table is stored in.

tableNamestring required

The name of the specified table.

resourceArnstring required

The Amazon Resource Name (ARN) of the specified table.

creationTimestampstring date-time

The creation timestamp of the specified table.

status'ACTIVE' | 'CREATING' | 'UPDATING' | 'DELETING' | 'DELETED' | 'RESTORING' | 'INACCESSIBLE_ENCRYPTION_CREDENTIALS'

The current status of the specified table.

defaultTimeToLiveinteger

The default Time to Live settings in seconds of the specified table.

latestStreamArnstring

The Amazon Resource Name (ARN) of the stream.