Skip to main content
Version: 0.5.0

List catalogs (names)

GET 

/metalakes/:metalake/catalogs

List catalogs (names)

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

Query Parameters

    details boolean

    Include detailed information about the catalogs

Responses

Returns the list of catalog objects if {details} is true, otherwise returns the list of catalog identifiers

Schema

    oneOf

    code int32

    Possible values: [0]

    Status code of the response

    identifiers

    object[]

  • Array [

  • namespace string[]required

    The namespace of the entity may be with multiple levels

    name stringrequired

    The name of the entity

  • ]

Loading...