List Workbench Setups
Workbench Setups
List Workbench Setups
List the workbench setups in your organization.
GET
List Workbench Setups
Headers
string
required
Your API key for authentication.
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 workbench setups. Each item contains the fields below.
string
Unique identifier for the workbench setup.
string
Display name of the workbench setup.
string | null
Optional description of the workbench setup.
string
ID of the current editable draft version.
string | null
ID of the published version, or
null if never published.integer | null
Version number of the published version, or
null if never published.integer
Number of eval agents currently attached to the draft version.
object | null
Summary of the most recent run against this setup, 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.
object
Key-value metadata associated with the setup. Values are strings.
string
ISO 8601 timestamp for when the setup was created.
string
ISO 8601 timestamp for when the setup was last updated.
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.