Skip to content

Fetch experiment by experiment_name

GET
/api/v4/projects/{id}/ml/mlflow/api/2.0/mlflow/experiments/get-by-name
id
required
One of:
string

The ID or URL-encoded path of the project

Example
1
experiment_name
string
"" nullable

Experiment name

OK

Media type application/json
object
experiment
object
experiment_id
string
name
string
lifecycle_stage
string
artifact_location
string
tags
Array<object>
object
key
string
value
string
Example
{
"experiment": {
"experiment_id": "1",
"name": "my_experiment",
"lifecycle_stage": "active"
}
}

Bad Request

Not Found