v1

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

datastring[]

Example response

{
  "data": [
    "FileType",
    "Content Size",
    "File Owner"
  ]
}