Skip to main content
GET
Read a run's results

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

questionId
string

Only this question's judgements.

Minimum string length: 1
matched
enum<string>

Only judgements that matched, or only those that did not. Omit for both.

Available options:
true,
1,
yes,
false,
0,
no
status
enum<string>

Only judgements in this state.

Available options:
judged,
skipped,
failed
limit
integer
default:100

Judgements per page, at most one thousand.

Required range: 1 <= x <= 1000
cursor
string

The cursor the previous page answered with.

Required string length: 1 - 500

Response

200 - application/json

Success

judgments
object[]
required

One page of the run's judgements.

nextCursor
string

Pass as cursor to read the page after this one. Absent on the last page.

Last modified on September 19, 2026