> For the complete documentation index, see [llms.txt](/llms.txt).
> A full single-fetch corpus is available at [llms-full.txt](/llms-full.txt).
---
title: "Get a run item"
description: "Fetch a single item's actual output, expected output, and per-scorer results."
method: "GET"
endpoint: "/api/v1/projects/:projectId/eval/runs/:runId/items/:runItemId"
order: 12
group: "Analyze a run"
last_verified: 2026-07-27
---



`GET /api/v1/projects/:projectId/eval/runs/:runId/items/:runItemId`

Fetch a single item's actual output, expected output, and per-scorer results.


  #### Path parameters
  - `runItemId` _string_ **required** — The run item's UUID, from the run's failures or items listing.



