List Workbench Setup Versions
Versions
List Workbench Setup Versions
List all versions of a workbench setup.
GET
List Workbench Setup Versions
Headers
string
required
Your API key for authentication.
Path Parameters
string
required
The ID of the workbench setup whose versions you want to list.
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 workbench setup.
integer
Monotonically increasing version number.
string
Display name of this version.
string
"editable" for a draft, "archived" for a published snapshot.integer
Number of eval agents attached to this version.
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 none 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.