Skip to content

Gets a Model Version by alias

GET
/api/v4/projects/{id}/ml/mlflow/api/2.0/mlflow/registered-models/alias
id
required
One of:
string

The ID or URL-encoded path of the project

Example
1
name
string
nullable

The name of the model

alias
string
nullable

The alias of the model, e.g. the Semantic Version 1.0.0

OK

Bad Request

Not Found