get_asset
Retrieve detailed metadata, lineage, glossary terms, and revision history for a specific data asset in Amazon DataZone.
Instructions
Retrieves detailed information about one specific asset (specified by user) in Amazon DataZone.
Use this API when you want to inspect or manage a particular known asset dataset, or table and want to retrieve its:
Full metadata (business and technical)
Lineage information
Forms and glossary terms
Time-series details
Revision history
Access and listing info
Data asset is a specific dataset or table, while data source is a location where your data resides.
related tools:
search: use when user is trying to discover or explore unknown assets based on keywords, metadata, or filters.
get_data_source: get detailed information about one specific data source in a domain.
Args: domain_identifier (str): The ID of the domain containing the asset asset_identifier (str): The ID of the asset to retrieve revision (str, optional): The specific revision of the asset to retrieve
Returns: Any: The API response containing asset details including: - Basic info (name, description, ID) - Creation timestamps (createdAt, firstRevisionCreatedAt) - Domain and project IDs - Asset type and revision info - Forms and metadata - Glossary terms - Listing status - Time series data points
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| revision | No | ||
| asset_identifier | Yes | ||
| domain_identifier | Yes |