Skip to main content
GET
Python

Authorizations

Authorization
string
header
required

API Key authentication. Format: "Bearer YOUR_API_KEY"

Path Parameters

judge_id
string<uuid>
required
evaluation_id
string<uuid>
required

Response

The evaluation

id
string<uuid>
judge_id
string<uuid>
judge_version
integer | null

Version number of the judge version that graded this content.

source
enum<string>
Available options:
api,
monitor,
ui
status
enum<string>
Available options:
succeeded,
failed
model
string

The judge model used.

verdict
object | null

Null when status is failed.

error
string | null
latency_ms
integer | null
created_at
string<date-time>
rendered_text
string

The exact rendered text the judge graded, as sealed at evaluation time (up to 2,000,000 characters). Only returned by this single-evaluation endpoint; the list omits it.