Skip to main content
GET
Get Eval Agent

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
The unique identifier of the eval agent.

Response

object
The requested eval agent.
string
Unique identifier for the eval agent.
string
ID of the organization that owns this eval agent.
string
Unique slug key for the eval agent within the organization.
string
Display name of the eval agent.
string | null
Optional description of what the eval agent grades.
string
ID of the current editable draft version.
string | null
ID of the published version experiments run against, or null if never published.
object
Key-value metadata associated with the eval agent. Values are strings.
string
ISO 8601 timestamp for when the eval agent was created.
string
ISO 8601 timestamp for when the eval agent was last updated.
string | null
ISO 8601 timestamp if the eval agent has been soft-deleted, otherwise null.
object
The current editable draft version of the eval agent.
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 agent 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.