v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
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

namestring

The name of the data asset.

shortDescriptionstring

The description of the data asset.

type'DATASOURCE' | 'DATABASE' | 'OBJECT' | 'SCHEMA' | 'CATALOG' | 'TABLE' | 'COLUMN' | 'FIELD' | 'FOLDER' | 'FILE' | 'DRIVE' | 'FILE_SYSTEM' | 'VIEW' | 'DIRECTORY'

The type of data asset.

parentIdstring uuid

The unique identifier of the parent object. This parameter value is null for type: DATASOURCE.

oneTrustAssetIdstring uuid

The unique identifier of the data asset within Data Mapping Automation.

oneTrustSourceSystemIdstring uuid

The unique identifier of the data source.

piiboolean

This flag indicates whether the data asset is classified as PII.

createdDatestring date-time

The date and time that the data asset was created.

updatedDatestring date-time

The date and time that the data asset was last updated.

idstring uuid

The unique identifier of the data asset.

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"
}