Fetch experiment by experiment_name
GET
/api/v4/projects/{id}/ml/mlflow/api/2.0/mlflow/experiments/get-by-name
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Query Parameters
Section titled “Query Parameters”experiment_name
string
Experiment name
Responses
Section titled “Responses”OK
Media typeapplication/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