Skip to content

Get Asset Details

Fetches asset's properties, relationships and classifications.

Java client

AssetCatalog.java, method (more details in javadoc): AssetCatalogResponse getAssetDetails(String userId, String assetGUID, String assetType) throws InvalidParameterException, PropertyServerException;

REST endpoint

GET {{base-url}}/servers/{{server-id}}/open-metadata/access-services/asset-catalog/users/{{user-id}}/asset-details/{{asset-guid}}
Path and request parameters: * serverName - unique identifier for requested server. * userId - the unique identifier for the user * assetGUID - the global unique identifier of the asset * assetType - the type of the asset

Response: * AssetCatalogResponse - list of properties used to narrow the search

More examples can be found in the sample collection.


Raise an issue or comment below