diff --git a/backend/src/apiserver/model/run.go b/backend/src/apiserver/model/run.go index f1d9f28bff6..c3e0342ff2c 100644 --- a/backend/src/apiserver/model/run.go +++ b/backend/src/apiserver/model/run.go @@ -363,7 +363,7 @@ var runAPIToModelFieldMap = map[string]string{ "storage_state": "StorageState", "status": "Conditions", "namespace": "Namespace", // v2beta1 API - "experiment_id": "ExperimentId", // v2beta1 API + "experiment_id": "ExperimentUUID", // v2beta1 API "state": "State", // v2beta1 API "state_history": "StateHistory", // v2beta1 API "runtime_details": "PipelineRuntimeManifest", // v2beta1 API