Skip to content

Fetch model version by name and version

GET
/api/v4/projects/{id}/ml/mlflow/api/2.0/mlflow/model-versions/get
id
required
One of:
string

The ID or URL-encoded path of the project

Example
1
name
required
string
nullable

Model version name

version
required
string
nullable

Model version number

OK

Media type application/json
object
name
string
version
string
creation_timestamp
integer
last_updated_timestamp
integer
user_id
string
current_stage
string
description
string
source
string
run_id
string
status
string
status_message
string
tags
Array<object>
object
key
string
value
string
run_link
string
aliases
Array<string>
Example
{
"current_stage": "development",
"status": "READY"
}

Bad Request

Not Found