Skip to main content
GET
Get a registered MLflow model

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

name
string
required

Registered model name.

Response

Successful Response

An entry from the MLflow Model Registry.

name
string
required
creation_timestamp
integer | null
last_updated_timestamp
integer | null
user_id
string | null
description
string | null
latest_versions
MlflowModelVersion · object[]
tags
MlflowTag · object[]