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