Required capabilities:
dataProductsAcl:READ
Get data products by externalId.
required | Array of objects [ 1 .. 100 ] items unique List of external id objects |
The requested data products.
The response for a bad request.
{- "items": [
- {
- "externalId": "string"
}
]
}{- "items": [
- {
- "externalId": "string",
- "name": "string",
- "schemaSpace": "string",
- "description": "string",
- "isGoverned": true,
- "tags": [
- "string"
], - "domains": [
- "string"
], - "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}