---
title: "Get Data Asset"
method: GET
path: "/api/data-governance/v1/data-assets/{dataAssetId}"
tags: ["Data Assets"]
---

# Get Data Asset

`GET /api/data-governance/v1/data-assets/{dataAssetId}`

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.

## Path parameters

- `dataAssetId` string, uuid, required

## Response `200`

OK

- DataUseGovernanceDataAssetManagementDataAssetResponse
  - `name` string — The name of the data asset.
  - `shortDescription` string — The description of the data asset.
  - `dataSource` DataUseGovernanceDataAssetManagementDataSource
    - `id` string, uuid — The unique identifier of the data source.
    - `name` string — The name of the data source.
    - `systemType` 'AWS' | 'Azure' | 'AzureCosmos' | 'AzureStorage' | 'Box' | 'Cassandra' | 'Databricks' | 'IBMDB2' | 'Exchange' | 'GCP' | 'GoogleWorkspaceGmail' | 'GoogleBigQuery' | 'GoogleBigTable' | 'MongoDB' | 'MySQL' | 'Netezza' | 'Office365' | 'OneDrive' | 'OracleRDBMS' | 'PostgreSQL' | 'AmazonS3' | 'AmazonSageMaker' | 'SalesForce' | 'SAPHana' | 'ServiceNow' | 'SharePoint' | 'SMB' | 'Snowflake' | 'MicrosoftSQL' | 'Teradata' | 'Workday' | 'Zendesk' | 'AmazonRDSforSQLServer' | 'AzureSQLServer' | 'Redshift' | 'GoogleDrive' | 'CustomConnector' | 'AmazonDynamoDB' | 'AmazonAthena' | 'Hive' | 'SharePoint2019OnPrem' | 'GenericJDBC' | 'SFTP' | 'NFS' | 'GCS' | 'Redis' | 'ElasticSearch' | 'MicrosoftTeams' | 'Slack' | 'AlibabaCloudOSS' | 'AzureFiles' | 'Iceberg' | 'NGFSFILES' | 'Github' | 'RELATIONAL_DATABASE' | 'NON_RELATIONAL_DATABASE' | 'FILE' | 'API' | 'Kafka' — The type of data source.
  - `type` 'DATASOURCE' | 'DATABASE' | 'OBJECT' | 'SCHEMA' | 'CATALOG' | 'TABLE' | 'COLUMN' | 'FIELD' | 'FOLDER' | 'FILE' | 'DRIVE' | 'FILE_SYSTEM' | 'VIEW' | 'DIRECTORY' — The type of data asset.
  - `parentId` string, uuid — The unique identifier of the parent object. This parameter value is null for `type`: `DATASOURCE`.
  - `oneTrustAssetId` string, uuid — The unique identifier of the data asset within Data Mapping Automation.
  - `oneTrustSourceSystemId` string, uuid — The unique identifier of the data source.
  - `technicalOwners` DataUseGovernanceDataAssetManagementDataAssetUser[] — The details of the technical owner(s) responsible for managing the technical details of the data asset.
    - `id` string, uuid — The unique identifier of the user who last updated the data asset.
    - `name` string — The name of the user who last updated the data asset.
  - `businessOwners` DataUseGovernanceDataAssetManagementDataAssetUser[] — The details of the business owner(s) responsible for defining and updating the business context of the glossary.
    - `id` string, uuid — The unique identifier of the user who last updated the data asset.
    - `name` string — The name of the user who last updated the data asset.
  - `dataStewards` DataUseGovernanceDataAssetManagementDataAssetUser[] — The details of the data steward(s) responsible for utilizing data governance processes to ensure data reliability and validity within a data asset or business unit.
    - `id` string, uuid — The unique identifier of the user who last updated the data asset.
    - `name` string — The name of the user who last updated the data asset.
  - `pii` boolean — This flag indicates whether the data asset is classified as PII.
  - `additionalAttributes` DataUseGovernanceDataAssetManagementMetadataValueDto[] — The details of the associated attributes.
    - `name` string, required — The name of the attribute.
    - `displayName` string — The display name of the attribute.
    - `value` object, required — The value of the attribute.
    - `dataType` 'LONG' | 'STRING' | 'DATE' | 'TIMESTAMP' — The data type of the attribute.
    - `custom` boolean — This flag indicates whether the attribute is a custom attribute.
  - `terms` DataUseGovernanceDataAssetManagementDataAssetTermAssociationResponse[] — The details of the associated terms.
    - `termId` string, uuid — The unique identifier of the term.
    - `termName` string — The name of the term.
    - `recommended` boolean — This flag indicates whether the term was recommended via Data Discovery scan.
    - `status` 'PENDING' | 'FLAGGED' | 'APPROVED' | 'REJECTED' | 'DELETED' — The recommendation status of the term.
    - `source` 'BULK_IMPORT' | 'DATA_DISCOVERY' | 'DATA_DISCOVERY_REVIEW' | 'CATALOG' | 'SYNC' | 'PARTIAL_SYNC' | 'AUTO_APPROVAL_CLASSIFICATION' | 'BULK_ACTION' | 'GLOSSARY' | 'EXTERNAL' | 'CLOUD_DATA_DISCOVERY' | 'AI_GOVERNANCE' — The source of the term association.
  - `tags` DataUseGovernanceDataAssetManagementDataAssetTagAssociationResponse[] — The details of the associated classification tags.
    - `tagId` string, uuid — The unique identifier of the tag.
    - `tagName` string — The name of the tag.
    - `recommended` boolean — This flag indicates whether the tag was recommended via Data Discovery scan.
    - `inherited` boolean — This flag indicates whether the tag was automatically inherited from the terms assigned to the data asset.
    - `status` 'PENDING' | 'FLAGGED' | 'APPROVED' | 'REJECTED' | 'DELETED' — The recommendation status of the tag.
    - `source` 'BULK_IMPORT' | 'DATA_DISCOVERY' | 'DATA_DISCOVERY_REVIEW' | 'CATALOG' | 'SYNC' | 'PARTIAL_SYNC' | 'AUTO_APPROVAL_CLASSIFICATION' | 'BULK_ACTION' | 'GLOSSARY' | 'EXTERNAL' | 'CLOUD_DATA_DISCOVERY' | 'AI_GOVERNANCE' — The source of the classification tag association.
  - `createdDate` string, date-time — The date and time that the data asset was created.
  - `createdBy` DataUseGovernanceDataAssetManagementDataAssetUser
    - `id` string, uuid — The unique identifier of the user who last updated the data asset.
    - `name` string — The name of the user who last updated the data asset.
  - `updatedDate` string, date-time — The date and time that the data asset was last updated.
  - `updatedBy` DataUseGovernanceDataAssetManagementDataAssetUser
    - `id` string, uuid — The unique identifier of the user who last updated the data asset.
    - `name` string — The name of the user who last updated the data asset.
  - `id` string, uuid — The unique identifier of the data asset.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/versions/21de3aa0b170/schema)
