- Tenant
- Metadata
- ListTables
- GetMetaDBInfo
- GetMetaDBTableList
- CheckMetaTable
- CheckMetaPartition
- SearchMetaTables
- GetMetaTableBasicInfo
- GetMetaTableColumn
- GetMetaTablePartition
- GetMetaTableOutput
- GetMetaTableChangeLog
- GetMetaTableIntroWiki
- CreateMetaCategory
- DeleteMetaCategory
- UpdateMetaCategory
- GetMetaCategory
- GetMetaTableListByCategory
- AddToMetaCategory
- DeleteFromMetaCategory
- UpdateMetaTable
- UpdateMetaTableIntroWiki
- ListMetaDB
- UpdateTableModelInfo
- CreateTableTheme
- DeleteTableTheme
- UpdateTableTheme
- ListTableTheme
- GetMetaTableThemeLevel
- CreateTableLevel
- UpdateTableLevel
- DeleteTableLevel
- ListTableLevel
- UpdateMetaCollection
- ListMetaCollections
- ListMetaCollectionEntities
- DeleteMetaCollection
- GetMetaCollectionDetail
- DeleteMetaCollectionEntity
- AddMetaCollectionEntity
- CreateMetaCollection
- ListLineage
- DeleteLineageRelation
- RegisterLineageRelation
- Data Development
- Data Integration
- Data Modeling
- Operation Center
- Data Quality
- DataService Studio
- Data Security Guard
- Migration Assistant
- Security Center
- Open platform
- Others
- Abandoned API

Operation Description
You can call this operation to query only metatables in a MaxCompute or E-MapReduce (EMR) compute engine.
Request Parameters
Field Name | Field Details |
---|---|
PageNumberinteger<int32> | The page number. Example:1 |
PageSizeinteger<int32> | The number of entries per page. Default value: 10. Maximum value: 100. Example:10 |
AppGuidstring | The GUID of the workspace where the metatables reside. Example:odps.engine_name |
Keywordstring | The keyword based on which metatables are queried. During the query, the system tokenizes the names of metatables and matches the names with the keyword. If no name is matched, the value null is returned. By default, the system uses underscores (_) to tokenize the names. Example:test |
EntityTypeinteger<int32> | The type of the metatables. Valid values: 0 and 1. The value 0 indicates that tables are queried. The value 1 indicates that views are queried. If you do not configure this parameter, all types of metatables are queried. Example:0 |
ClusterIdstring | The ID of the EMR cluster. This parameter is required only if you set the DataSourceType parameter to emr.View Details... Example:abcReference Value Source: ListClusters |
DataSourceTypestring | The type of the data source. Valid values: odps and emr. Example:emrReference Value Source: CreateDataSource ExportDataSources ListDataSources |
Schemastring | The schema information of the table. You must configure this parameter if you enable the three-layer model of MaxCompute. Example:default |
Response Parameters
Field Name | Field Details |
---|---|
HttpStatusCodeinteger<int32> | The HTTP status code. Example:200 |
ErrorMessagestring | The error message. Example:The specified parameters are invalid. |
RequestIdstring | The request ID. Example:0bc1ec92159376**** |
Successboolean | Indicates whether the request was successful. Example:true |
ErrorCodestring | The error code. Example:1031203110005 |
Dataobject | The search results. |