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

Response

The judge

id
string<uuid>
name
string
description
string
project_id
string<uuid>
created_at
string<date-time>
latest_version
object | null

The judge's latest ready version — the one evaluations run on. Null while the first prompt is still generating.