List Tables
Request
Field
Type
Required
Description
CURL Example
curl [https://api.warpstream.com/api/v1/dl/list_tables](https://api.warpstream.com/api/v1/dl/list_tables) \
-H 'warpstream-api-key: XXXXXXXXXX' \
-H 'Content-Type: application/json' \
-d '{"virtual_cluster_id": "vci_XXXXXXXX_XXXX_XXXX_XXXX_XXXXXXXXXXXX"}'Response
{
"tables": [
{
"table_name": "my_cluster.my_topic.a1b2c3d4",
"table_uuid": "550e8400-e29b-41d4-a716-446655440000",
"source_stream_name": "my_topic",
"source_cluster_name": "my_cluster",
"stats_estimated_byte_count": 1048576,
"stats_estimated_row_count": 10000,
"created_at_unix_nanos": 1700000000000000000
}
]
}Last updated
Was this helpful?