List Eval Agent Versions
Versions
List Eval Agent Versions
List all versions of an eval agent.
GET
List Eval Agent Versions
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.
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 versions. Each item contains the fields below.
Unique identifier for this version.
ID of the parent eval agent.
Sequential version number.
Name of this version.
State of this version. One of
editable or archived.Identifier of the user who created this version, or
null.ISO 8601 timestamp for when this version was created.
Summary of the most recent run against this version, or
null if no runs exist.id- Run ID.status- Status of the run.created_at- ISO 8601 timestamp.
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.