Skip to content

Fetch the download URI for the model version.

GET
/api/v4/projects/{id}/ml/mlflow/api/2.0/mlflow/model-versions/get-download-uri
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
integer
nullable

Model version ID

OK

Media type application/json
object
artifact_uri

Download URI for MLflow artifact

string
Example generated
{
"artifact_uri": "example"
}

Bad Request

Not Found