Skip to main content
Version: 0.6.0-incubating

List tags (names) for metadata object

GET 

/metalakes/:metalake/tags/:metadataObjectType/:metadataObjectFullName

List tags (names) for metadata object

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

    metadataObjectType stringrequired

    Possible values: [CATALOG, SCHEMA, TABLE, FILESET, TOPIC, ROLE, METALAKE]

    The type of the metadata object

    metadataObjectFullName stringrequired

    The full name of the metadata object

Query Parameters

    details boolean

    Include detailed information about the tag

Responses

Returns the list of tag objects associated with specified metadata object if {details} is true, otherwise returns the list of tag name

Schema

    oneOf

    code int32

    Possible values: [0]

    Status code of the response

    names string[]
Loading...