Skip to main content
GET
Get Judge Version

Overview

Dispositions are enabled per organization. If your organization does not have access, these endpoints return 404.
A judge is an evaluation rubric applied to call evidence. Returns one version of a judge’s rubric: its prompts and the levels it can select, with each level flagged as a target or not. Any version of the judge can be read, but a disposition can only pin the published judgeVersionId listed by Get Judge Catalog.

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
The agent’s unique identifier. A malformed id returns 400 with the message agentId must be a valid UUID.
string
required
The judge’s unique identifier. Must be organization-wide or scoped to this agent; otherwise returns 404 with the message Judge not found. A malformed id returns 400 with the message judgeId must be a valid UUID.
string
required
The version’s unique identifier. Must belong to judge_id; otherwise returns 404 with the message Judge version not found. A malformed id returns 400 with the message versionId must be a valid UUID.

Response

object
The judge version.
null | array
null on success, or a list of error objects if the request failed.

Docs for agents: llms.txt