TABLES
Get All
Gets all tables.
- datasources: search parameter
- databases: search parameter
- schemas: search parameter
- contract_ids: search parameter
- table_types: search parameter; slugs of the get_table_types labels (e.g. transient_table, iceberg_table). Multi-select is OR.
- keyword: general search parameter for table name or column name
get/tables/
Query parameters
pageinteger
Page number
Page number
sizeinteger
Page size
Page size
datasource_typestring nullable
datasourcesstring[] nullable
databasesstring[] nullable
schemasstring[] nullable
contract_idsinteger[] nullable
tagsstring[] nullable
snowflakeTagsstring[] nullable
table_typesstring[] nullable
keywordstring nullable
navigationSourcestring nullable
Response
Successful Response
Changes
Changed in 2 of the 55 revisions of this API.3
- ○
added the new optional
queryrequest parametersnowflakeTagsnew-optional-request-parameter
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
- ○
added the new optional
queryrequest parametertable_typesnew-optional-request-parameter
- ○