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

# GetExperimentRunStatus

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

根据传入的实验执行ID，获取实验执行的状态

## Path parameters

- `run_id` string, required

## Response `200`

OK

- ExperimentRunStatus
  - `status` 'Initializing' | 'Running' | 'Succeed' | 'Failed' | 'Cancelled' | 'Deleted' — 实验执行的状态

## 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)
