---
title: "Get Run Evaluation"
method: GET
path: "/v2/agent/{agentId}/runs/{runId}/evaluation"
tags: ["Runs"]
---

# Get Run Evaluation

`GET /v2/agent/{agentId}/runs/{runId}/evaluation`

Get the latest evaluation analysis for a specific agent run (Run).

## Path parameters

- `agentId` string, uuid, required
- `runId` string, uuid, required

## Response `200`

Default Response

- object
  - `data` object, nullable, required
    - `id` string, uuid, required
    - `created_at` string, required
    - `run_id` string, uuid, required
    - `source` string, nullable, required
    - `output` object, required
      - `schemaId` string
      - `schemaVersion` string
      - `data` object, required

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `500` — Default Response

---

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