Skip to main content
GET
Get Eval Agent Version

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
The unique identifier of the eval agent.
string
required
The unique identifier of the version to fetch.
Returns a 404 with error code EVAL_AGENT_VERSION_NOT_FOUND if the version does not exist or does not belong to the specified eval agent.

Response

string
Unique identifier for this version.
string
ID of the organization that owns this version.
string
ID of the parent eval agent.
integer
Sequential version number.
string
Name of this version.
string | null
Optional description of this version.
string
State of this version. One of editable or archived.
string
One of text or audio.
string
The system prompt for the judge LLM, in Markdown.
string
The grading prompt for the judge LLM, in Markdown.
array of objects
Verdict levels for graded mode. Empty array for pass/fail mode. Each level contains level_key, label, prompt_md, and optionally color.
array of strings
Which level keys count as a target match. Empty array for pass/fail agents.
number
Relative weight of this version in aggregate scoring. Between 0 and 100.
string | null
ID of the version this was forked from, or null if this is the first version.
string | null
Identifier of the user who created this version, or null.
string
ISO 8601 timestamp for when this version was created.
string
ISO 8601 timestamp for when this version was last updated.