Queries the information about DataWorks data assets to which tags are added by page.
Operation description
This API operation is available only for DataWorks Enterprise Edition or a more advanced edition.
Debugging
Authorization information
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| Tags | array<object> | Yes | The tags that are added to data assets. This parameter specifies a filter condition.
| |
| object | Yes | The tag that is added to the data asset. The tag is specified in the key:value structure. | ||
| Key | string | Yes | The tag key. The tag key can be up to 64 characters in length and can contain letters, digits, and the following characters: | key |
| Value | string | No | The tag value. | value |
| DataAssetIds | array | No | The data asset IDs. | |
| string | No | The data asset ID. | 7000069357000 | |
| DataAssetType | string | No | The type of the data asset. Valid values:
| ACS::DataWorks::Task |
| ProjectId | long | No | The DataWorks workspace ID. | 10000 |
| PageNumber | integer | No | The page number. Pages start from page 1. Default value: 1. | 1 |
| PageSize | integer | No | The number of entries per page. Default value: 10. Maximum value: 100. | 10 |
| EnvType | string | No | The environment of the workspace to which the data asset belongs. Valid values:
| Prod |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "0bc1ec92159376",
"PagingInfo": {
"TotalCount": 100,
"PageNumber": 1,
"PageSize": 10,
"DataAssets": [
{
"Id": 7259557313,
"Name": "ali_cn_es_gfn",
"Type": "ACS::DataWorks::Task",
"EnvType": "Prod",
"ProjectId": 54275,
"DataAssetTagMappings": [
{
"Key": "key",
"Value": "value",
"TagSource": "UserDefined",
"Creator": 12345,
"AutoTraceEnabled": false,
"DataAssetId": 7259557313
}
]
}
]
}
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2025-05-19 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
