Skip to main content
Version: 1.2.0

List functions

GET 

/metalakes/:metalake/catalogs/:catalog/schemas/:schema/functions

List functions

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

    catalog stringrequired

    The name of the catalog

    schema stringrequired

    The name of the schema

Query Parameters

    details boolean

    Include detailed information about the functions

Responses

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

Schema

    oneOf

    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...