Skip to main content
GET
Sample a run

Authorizations

X-Auth-Token
string
header
required

Project API key for sending traces and accessing project-scoped resources. Format: sk-lw-... (no underscore). Obtain one by creating a project via the Admin API or the LangWatch UI.

Path Parameters

id
string
required

The run id.

Minimum string length: 1

Query Parameters

n
integer
default:5

Rows to re-read, at most twenty five.

Required range: 1 <= x <= 25

Response

200 - application/json

Success

rows
object[]
required

The statement's own rows, with each judged column holding the text that was judged rather than the verdict.

judgments
object[]
required

The verdicts those rows received.

Last modified on September 19, 2026