Skip to main content
Version: Next

List job templates (names)

GET 

/metalakes/:metalake/jobs/templates

Returns the list of job templates in the specified metalake

Request​

Path Parameters

    metalake stringrequired

    The name of the metalake

Query Parameters

    details boolean

    Include detailed information about the job template

Responses​

Returns the list of job template objects if {details} is true, otherwise returns the list of job template names

Schema

    oneOf

    code int32

    Possible values: [0]

    Status code of the response

    names string[]
Loading...