---
title: "Get Run Latency Rows"
method: GET
path: "/v1/admin/eval/runs/{run_id}/latency-rows"
tags: ["evals"]
---

# Get Run Latency Rows

`GET /v1/admin/eval/runs/{run_id}/latency-rows`

Return raw per-pass latency rows for a run, ordered by turn then
pass index. Used by the run-detail Latency tab's drilldown view +
histogram. For suite-parent runs, fans in across every child probe
so the parent page shows the full distribution. Returns an empty
list for logic runs.

## Path parameters

- `run_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
