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

# Get Run Latency Stats

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

Re-aggregate per-pass latency rows on the fly with arbitrary group_by.

`group_by` is a comma-separated list of dimensions:
    provider, model, cache_faithfulness, warmup_method,
    turn_kind.position, turn_kind.has_image, turn_kind.triggers_tools

`include_broken=1` keeps cache_faithfulness=broken rows in the
aggregate (drilldown view). Default 0 = headline view that excludes
them. Broken rows are always counted separately and surfaced as
`broken_count` on each cell.

## Path parameters

- `run_id` string, required

## Query parameters

- `group_by` string
- `include_broken` integer

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