Skip to main content
Version: 0.4.0

List schemas

GET 

/metalakes/:metalake/catalogs/:catalog/schemas

List schemas

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

    catalog stringrequired

    The name of the catalog

Responses

A list of entities

Schema

    code int32

    Possible values: [0]

    Status code of the response

    identifiers

    object[]

    A list of NameIdentifier objects

  • Array [

  • namespace string[]required

    The namespace of the entity may be with multiple levels

    name stringrequired

    The name of the entity

  • ]

Loading...