---
title: "Evaluation Run Read"
method: GET
path: "/v2/{entity}/{project}/evaluation_runs/{evaluation_run_id}"
tags: ["Evaluation Runs"]
---

# Evaluation Run Read

`GET /v2/{entity}/{project}/evaluation_runs/{evaluation_run_id}`

Read an evaluation run.

## Path parameters

- `entity` string, required
- `project` string, required
- `evaluation_run_id` string, required

## Response `200`

Successful Response

- EvaluationRunReadRes
  - `evaluation_run_id` string, required — The evaluation run ID
  - `evaluation` string, required — Reference to the evaluation (weave:// URI)
  - `model` string, required — Reference to the model (weave:// URI)
  - `status` string, nullable — Status of the evaluation run
  - `started_at` string, date-time, nullable — When the evaluation run started
  - `finished_at` string, date-time, nullable — When the evaluation run finished
  - `summary` object, nullable — Summary data for the evaluation run
  - `source_evaluation_run_id` string, nullable — Source evaluation run ID if this run was created by rescoring

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/wandb/apis/serverless-training.md) · [All operations](https://skmtc.dev/wandb/apis/serverless-training/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wandb/serverless-training/revisions/8d8d96fc0fd3/schema)
