Get Eval Agent Version
Versions
Get Eval Agent Version
Fetch one version of an eval agent.
GET
Get Eval Agent Version
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.
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
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 version 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.