Data Assets
Get Data Asset
Use this API to retrieve a specific data asset. The response will include details such as the data source, additional attributes, associated terms, and associated tags.
get/api/data-governance/v1/data-assets/{dataAssetId}
Path parameters
dataAssetIdstring uuid required
The unique identifier of the data asset.
Response
OK
Example response
{
"name": "resume.pdf",
"shortDescription": "Professional resume",
"dataSource": {
"id": "9fc8e1a8-b7d1-47c5-8f4b-7ebd451506f8",
"name": "Onetrust-smb",
"systemType": "Snowflake"
},
"parentId": "de6d404d-14d6-487f-bbf7-fd202bde4768",
"oneTrustAssetId": "498c3033-94ac-4497-89f2-44985b7f3df4",
"oneTrustSourceSystemId": "9fc8e1a8-b7d1-47c5-8f4b-7ebd451506f8",
"technicalOwners": [
{
"id": "78d09995-6040-403f-b520-fa9b38ce0bf5",
"name": "Stephen F"
}
],
"businessOwners": [
{
"id": "78d09995-6040-403f-b520-fa9b38ce0bf5",
"name": "Stephen F"
}
],
"dataStewards": [
{
"id": "78d09995-6040-403f-b520-fa9b38ce0bf5",
"name": "Stephen F"
}
],
"pii": true,
"additionalAttributes": [
{
"name": "DS Multi Select",
"displayName": "DS Multi Select",
"dataType": "STRING",
"custom": true
}
],
"terms": [
{
"termId": "b83f9fd5-7fdc-4481-90c5-20077239ecc9",
"termName": "Social Security Number",
"recommended": true
}
],
"tags": [
{
"tagId": "67t09995-6040-403f-b520-fa9b38ce0bf5",
"tagName": "Confidential",
"recommended": true,
"inherited": true
}
],
"createdDate": "2025-02-19T10:00:00Z",
"createdBy": {
"id": "78d09995-6040-403f-b520-fa9b38ce0bf5",
"name": "Stephen F"
},
"updatedDate": "2025-02-19T10:00:00Z",
"updatedBy": {
"id": "78d09995-6040-403f-b520-fa9b38ce0bf5",
"name": "Stephen F"
},
"id": "6756206c-845c-4ecc-8826-0e25d12b0d0c"
}