Skip to main content
Version: 1.0.0

List model versions

GET 

/metalakes/:metalake/catalogs/:catalog/schemas/:schema/models/:model/versions

List model versions

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

    catalog stringrequired

    The name of the catalog

    schema stringrequired

    The name of the schema

    model stringrequired

    The name of the model

Query Parameters

    details boolean

    Include detailed information about the model versions

Responses

Returns the list of model version objects if {details} is true, otherwise returns the list of model version numbers

Schema

    oneOf

    code int32

    Possible values: [0]

    Status code of the response

    versions int32[]

    The list of model versions

Loading...