---
title: "GetExperimentRun"
method: GET
path: "/di/v2/experiment_run/{run_id}"
tags: ["ExperimentRun"]
---

# GetExperimentRun

`GET /di/v2/experiment_run/{run_id}`

根据传入的实验执行ID，获取实验执行详情

## Path parameters

- `run_id` string, required

## Response `200`

OK

- ExperimentRun
  - `exp_run_id` string — 实验执行记录的ID
  - `exp_id` string — 实验执行记录关联的实验的ID
  - `exp_version_name` string — 实验执行记录关联的实验的版本名
  - `execute_status` 'Initializing' | 'Running' | 'Succeed' | 'Failed' | 'Cancelled' | 'Deleted' — 实验执行的状态
  - `create_user` string — 实验执行的提交者
  - `create_time` string, date-time — 实验执行的提交时间
  - `end_time` string, date-time — 实验执行的结束时间

## Other responses

- `401` — Unauthorized
- `404` — The Models cannot be found

---

[API](https://skmtc.net/webankfintech/apis/prophecis-rest-service-v2.md) · [All operations](https://skmtc.net/webankfintech/apis/prophecis-rest-service-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/webankfintech/prophecis-rest-service-v2/revisions/ea40aedea89c/schema)
