Fetch experiment by experiment_id
GET
/api/v4/projects/{id}/ml/mlflow/api/2.0/mlflow/experiments/get
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Query Parameters
Section titled “ Query Parameters ” experiment_id
string
Experiment ID, in reference to the project
Responses
Section titled “ Responses ”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