All Products
Search
Document Center

Tablestore:ListTimeseriesTable

Last Updated:Apr 29, 2026

Lists the time series tables in the current instance, returning names and configuration details for each table.

Request syntax

message ListTimeseriesTableRequest {
}

Response syntax

message ListTimeseriesTableResponse {
  repeated TimeseriesTableMeta table_metas = 1;
}

Name

Type

Description

table_metas

TimeseriesTableMeta

The configuration details of all time series tables in the instance.

Use Tablestore SDK

The following SDKs support listing time series tables in an instance: