Data Asset Attributes
Get List of Data Asset Attributes
Use this API to retrieve a list of all data asset attributes in the Attribute Manager.
get/api/metadata-catalog/v1/metadata/attribute-names
Response
OK Metadata attribute names retrieved successfully.
Example response
{
"data": [
"FileType",
"Content Size",
"File Owner"
]
}