List Workbench Setups
Workbench Setups
List Workbench Setups
List the workbench setups in your organization.
GET
List Workbench Setups
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 workbench setups. Each item contains the fields below.
Unique identifier for the workbench setup.
Display name of the workbench setup.
Optional description of the workbench setup.
ID of the current editable draft version.
ID of the published version, or
null if never published.Version number of the published version, or
null if never published.Number of eval agents currently attached to the draft version.
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.
Key-value metadata associated with the setup. Values are strings.
ISO 8601 timestamp for when the setup was created.
ISO 8601 timestamp for when the setup 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.