List Eval Agents
Eval Agents
List Eval Agents
List the eval agents in your organization.
GET
List Eval Agents
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.
Query Parameters
Number of results to return. Between 1 and 100.
Cursor: return results after this object ID.
Cursor: return results before this object ID. Cannot be combined with
starting_after.Response
Always
"list".The list of eval agents. Each item contains the fields below.
Unique identifier for the eval agent.
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.Version number of the published version, or
null if never published.Whether the eval agent is enabled.
The modality of the eval agent. One of
text or audio.Summary of the most recent run against this agent, or
null if no runs exist.id- Run ID.status- Status of the run.created_at- ISO 8601 timestamp.call_count- Number of calls evaluated.target_hit_count- Number of calls that hit a target level.graded_count- Number of calls that received a grade.
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.
Whether more results exist beyond this page.
Cursor to pass as
starting_after to fetch the next page, or null if there are no more results.