Skip to main content
Version: 0.6.1-incubating

list metadata objects for tag

GET 

/metalakes/:metalake/tags/:tag/objects

list metadata objects for tag

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

    tag stringrequired

    The name of the tag

Responses

Returns the list of metadata objects associated with specified tag

Schema

    code int32

    Possible values: [0]

    Status code of the response

    metadataObjects

    object[]

    A list of metadata objects

  • Array [

  • fullName string

    The name of the metadata object, separated by dots

    type string

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

    The type of the metadata object

  • ]

Loading...