---
title: "Get evaluation run details"
method: GET
path: "/v1/public/evaluation-runs/{eval_run_id}"
tags: ["public"]
---

# Get evaluation run details

`GET /v1/public/evaluation-runs/{eval_run_id}`

Get detailed information about a specific evaluation run.

## Path parameters

- `eval_run_id` string, uuid, required — Evaluation run ID

## Response `200`

Successful Response

- EvaluationRunDetail
  - `eval_run_id` string, uuid, required — Unique identifier for this run
  - `agent_version_id` string, uuid, required — Agent version being evaluated
  - `agent_name` string, required — Name of the agent
  - `validator_hotkey` string, required — Validator performing evaluation
  - `status` 'CLAIMED' | 'RUNNING' | 'SUCCESS' | 'FAILED' | 'TIMED_OUT' | 'STALE' | 'CANCELLED', required — Status of an evaluation run through its lifecycle.
  - `score` number, nullable — Score if completed successfully
  - `version_number` integer, required — Version number within this agent (v1, v2, etc.)
  - `claimed_at` string, date-time, required — When the run was claimed
  - `completed_at` string, date-time, nullable — When the run completed
  - `failure_reason` string, nullable — Validator-reported failure reason
  - `is_included` boolean — Whether run is included in aggregate scoring
  - `invalidated_at` string, date-time, nullable — When run was invalidated
  - `invalidation_reason` string, nullable — Reason for invalidation
  - `sandbox_metadata` object, nullable — Sandbox execution details
  - `score_components_summary` object, nullable — Score breakdown including reasoning details

## Other responses

- `404` — Evaluation run not found
- `422` — Validation Error

---

[API](https://skmtc.dev/oroagents/apis/oro-api.md) · [All operations](https://skmtc.dev/oroagents/apis/oro-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oroagents/oro-api/revisions/38ef86138115/schema)
