Get Eval Agent
Eval Agents
Get Eval Agent
Fetch one eval agent and its current draft version.
GET
Get Eval Agent
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Your API key for authentication.
Path Parameters
The unique identifier of the eval agent.
Response
The requested eval agent.
Unique identifier for the eval agent.
ID of the organization that owns this eval agent.
Unique slug key for the eval agent within the organization.
Display name of the eval agent.
Optional description of what the eval agent grades.
ID of the current editable draft version.
ID of the published version experiments run against, or
null if never published.Key-value metadata associated with the eval agent. Values are strings.
ISO 8601 timestamp for when the eval agent was created.
ISO 8601 timestamp for when the eval agent was last updated.
ISO 8601 timestamp if the eval agent has been soft-deleted, otherwise
null.The current editable draft version of the eval agent.
Unique identifier for this version.
ID of the organization that owns this version.
ID of the parent eval agent.
Sequential version number.
Name of this version.
Optional description of this version.
State of this version. One of
editable or archived.One of
text or audio.The system prompt for the judge LLM, in Markdown.
The grading prompt for the judge LLM, in Markdown.
Verdict levels for graded mode. Empty array for pass/fail mode. Each level contains
level_key, label, prompt_md, and optionally color.Which level keys count as a target match. Empty array for pass/fail agents.
Relative weight of this agent in aggregate scoring. Between 0 and 100.
ID of the version this was forked from, or
null if this is the first version.Identifier of the user who created this version, or
null.ISO 8601 timestamp for when this version was created.
ISO 8601 timestamp for when this version was last updated.