Skip to content

Gets an MLFlow Run, which maps to GitLab Candidates

GET
/api/v4/projects/{id}/ml/mlflow/api/2.0/mlflow/runs/get
id
required
One of:
string

The ID or URL-encoded path of the project

Example
1
run_id
required
string
nullable

UUID of the candidate.

run_uuid
string
nullable

This parameter is ignored

OK

Media type application/json
object
info
object
run_id
string
run_uuid
string
experiment_id
string
start_time

Unix timestamp in milliseconds

integer
end_time

Unix timestamp in milliseconds

integer
run_name
string
status
string
artifact_uri
string
lifecycle_stage
string
user_id
string
data
object
Example
{
"info": {
"status": "FINISHED",
"lifecycle_stage": "active"
}
}

Bad Request

Not Found