List Eval Agent Versions
Versions
List Eval Agent Versions
List all versions of an eval agent.
GET
List Eval Agent Versions
Headers
string
required
Your API key for authentication.
Path Parameters
string
required
The unique identifier of the eval agent.
Query Parameters
integer
default:"25"
Number of results to return. Between 1 and 100.
string
Cursor: return results after this object ID.
string
Cursor: return results before this object ID. Cannot be combined with
starting_after.Response
string
Always
"list".array of objects
The list of versions. Each item contains the fields below.
string
Unique identifier for this version.
string
ID of the parent eval agent.
integer
Sequential version number.
string
Name of this version.
string
State of this version. One of
editable or archived.string | null
Identifier of the user who created this version, or
null.string
ISO 8601 timestamp for when this version was created.
object | null
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.
boolean
Whether more results exist beyond this page.
string | null
Cursor to pass as
starting_after to fetch the next page, or null if there are no more results.