List Tables
GET
/
data
/
projects
/
{projectId}
/
catalogs
/
{catalogId}
/
schemas
/
{schemaName}
/
tables
Path Parameters
projectId
string
requiredcatalogId
string
requiredschemaName
string
requiredResponse
200 - application/json
catalogId
string
The ID of the catalog that the table belongs to.
catalogName
string
The name of the catalog that the table belongs to.
schemaName
string
The name of the schema that the table belongs to.
tableName
string
The name of the table.
isCacheable
boolean
Indicates whether the table is cacheable or not.
isDynamicTable
boolean
Indicates whether the table has required query parameter columns or not. A query parameter column is prefixed with "q" e.g. "_q_date". These columns are used to filter the data in the table.
isCached
boolean
Indicates whether the table is cached or not.