Skip to main content
Version: Next

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, MODEL, COLUMN]

    The type of the metadata object

  • ]

Loading...