| Description | : Retrieves metadata for all assets in an account with pagination support. Returns up to 10 assets per request. |
| Reference | : Link ¶ |
⚼ Request
GET:
/bulk-asset-metadata
{
api-version:
string
,
continuationToken:
string
,
}
⚐ Response (200)
{
continuationToken:
string
,
metadata:
}
[
]
,
{
,
assetMetadata:
{
,
id:
string
,
name:
string
,
businessDomain:
{
,
type:
string
,
referenceId:
string
,
}
dataProduct:
{
,
type:
string
,
referenceId:
string
,
}
dataAsset:
{
,
type:
string
,
referenceId:
string
,
}
createdAt:
string
,
createdBy:
string
,
lastModifiedAt:
string
,
lastModifiedBy:
string
,
isDeleted:
boolean
,
ETag:
string
,
type:
string
,
typeProperties:
{
,
inputDatasets:
[
,
string
,
]
projection:
string
,
}
location:
[
]
,
{
,
type:
string
,
typeProperties:
}
{
,
fileSystem:
string
,
folderPath:
string
,
accountName:
string
,
region:
string
,
}
format:
string
,
schemaName:
string
,
tableName:
string
,
hostName:
string
,
testConnectionDatasetName:
string
,
testConnectionSchemaName:
string
,
projectId:
string
,
isDQAsset:
boolean
,
}
assetScopedMetadata:
{
,
id:
string
,
description:
string
,
businessDomain:
{
,
type:
string
,
referenceId:
string
,
}
dataProduct:
{
,
type:
string
,
referenceId:
string
,
}
dataAsset:
{
,
type:
string
,
referenceId:
string
,
}
runtime:
{
,
isErrorRowRequired:
boolean
,
errorRowWriteFormat:
string
,
}
favouriteColumnPaths:
[
,
string
,
]
createdAt:
string
,
lastModifiedAt:
string
,
createdBy:
string
,
lastModifiedBy:
string
,
ETag:
string
,
}
scoreSnapshot:
{
,
businessDomainId:
string
,
dataProductId:
string
,
assetId:
string
,
assetScore:
number
,
originAssetId:
string
,
isStandaloneAsset:
boolean
,
rules:
[
]
,
{
,
id:
string
,
score:
number
,
name:
string
,
description:
string
,
type:
string
,
status:
string
,
columns:
[
,
string
,
]
totalRows:
integer
,
failedRows:
integer
,
passedRows:
integer
,
emptyRows:
integer
,
miscastRows:
integer
,
queryExecuted:
string
,
dimension:
string
,
businessDomain:
{
,
type:
string
,
referenceId:
string
,
}
dataProduct:
{
,
type:
string
,
referenceId:
string
,
}
dataAsset:
{
,
type:
string
,
referenceId:
string
,
}
typeProperties:
{
,
column:
{
,
type:
string
,
value:
string
,
}
columns:
[
]
,
{
,
type:
string
,
value:
string
,
}
pattern:
string
,
condition:
string
,
filterCriteria:
string
,
emptyCriteria:
string
,
}
lastModifiedAt:
string
,
lastModifiedBy:
string
,
createdBy:
string
,
createdAt:
string
,
}
job:
}
{
,
jobId:
string
,
businessDomainId:
string
,
}
globalRules:
}
[
]
,
{
,
name:
string
,
description:
string
,
type:
string
,
status:
string
,
typeProperties:
{
,
column:
{
,
type:
string
,
value:
string
,
}
columns:
[
]
,
{
,
type:
string
,
value:
string
,
}
pattern:
string
,
condition:
string
,
filterCriteria:
string
,
emptyCriteria:
string
,
}
id:
string
,
businessDomain:
{
,
type:
string
,
referenceId:
string
,
}
dataProduct:
{
,
type:
string
,
referenceId:
string
,
}
dataAsset:
{
,
type:
string
,
referenceId:
string
,
}
score:
number
,
dimension:
string
,
createdAt:
string
,
lastModifiedAt:
string
,
createdBy:
string
,
lastModifiedBy:
string
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}