---
title: "Evaluation Read"
method: GET
path: "/v2/{entity}/{project}/evaluations/{object_id}/versions/{digest}"
tags: ["Evaluations"]
---

# Evaluation Read

`GET /v2/{entity}/{project}/evaluations/{object_id}/versions/{digest}`

Get an evaluation object.

## Path parameters

- `entity` string, required
- `project` string, required
- `object_id` string, required
- `digest` string, required

## Response `200`

Successful Response

- EvaluationReadRes
  - `object_id` string, required — The evaluation ID
  - `digest` string, required — The digest of the evaluation
  - `version_index` integer, required — The version index of the evaluation
  - `created_at` string, date-time, required — When the evaluation was created
  - `name` string, required — The name of the evaluation
  - `description` string, nullable — A description of the evaluation
  - `dataset` string, required — Dataset reference (weave:// URI)
  - `scorers` string[], required — List of scorer references (weave:// URIs)
  - `trials` integer, required — Number of trials
  - `evaluation_name` string, nullable — Name for the evaluation run
  - `evaluate_op` string, nullable — Evaluate op reference (weave:// URI)
  - `predict_and_score_op` string, nullable — Predict and score op reference (weave:// URI)
  - `summarize_op` string, nullable — Summarize op reference (weave:// URI)

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