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

<ApiEndpoint method="GET" endpoint="/api/v1/projects/:projectId/eval/runs/:runId/items/:runItemId" description="Fetch a single item's actual output, expected output, and per-scorer results.">
  <section>
    #### Path parameters
    <ApiAttribute name="runItemId" type="string" description="The run item's UUID, from the run's failures or items listing." required={true} />
  </section>
</ApiEndpoint>
