v20

OpenAPI 3.1.0raw.githubusercontent.com2026-08-035471202.8 KB
Eval runs

Get an iteration's step results

One row per authored test step, in order, with status (ok/fail/skipped/pending), a reason, and any evidence (screenshots, replay-video offset, widget tool calls). The fastest way to see which step failed and why. Unlike /trace, a missing trace is not a 404 — step verdicts still return, just without evidence.

get/projects/{projectId}/eval-runs/{runId}/iterations/{iterationId}/steps

Path parameters

projectIdstring required

ID of the hosted project that contains the server.

runIdstring required

Eval run ID, as returned by POST /eval-runs.

iterationIdstring required

Iteration ID, as returned by the run's iterations list.

Response

The ordered step results as a page envelope.

nextCursorstring