---
title: "Get Evaluation Run"
method: GET
path: "/eval-runs/{eval_run_id}"
tags: ["Evals"]
---

# Get Evaluation Run

`GET /eval-runs/{eval_run_id}`

Retrieve detailed results and metrics for a specific evaluation run.

## Path parameters

- `eval_run_id` string, required

## Query parameters

- `db_id` string, nullable — The ID of the database to use
- `table` string, nullable — Table to query eval run from

## Response `200`

Evaluation run details retrieved successfully

- EvalSchema
  - `id` string, required — Unique identifier for the evaluation run
  - `agent_id` string, nullable — Agent ID that was evaluated
  - `model_id` string, nullable — Model ID used in evaluation
  - `model_provider` string, nullable — Model provider name
  - `team_id` string, nullable — Team ID that was evaluated
  - `workflow_id` string, nullable — Workflow ID that was evaluated
  - `name` string, nullable — Name of the evaluation run
  - `evaluated_component_name` string, nullable — Name of the evaluated component
  - `eval_type` 'accuracy' | 'agent_as_judge' | 'performance' | 'reliability', required
  - `eval_data` object, required — Evaluation results and metrics
  - `eval_input` object, nullable — Input parameters used for the evaluation
  - `created_at` string, date-time, nullable — Timestamp when evaluation was created
  - `updated_at` string, date-time, nullable — Timestamp when evaluation was last updated

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Evaluation run not found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/agno/apis/agno-api-reference.md) · [All operations](https://skmtc.net/agno/apis/agno-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agno/agno-api-reference/versions/5f6149d395d0/schema)
