Get Workbench Setup Version
curl --request GET \
--url https://api.bland.ai/v1/evals/workbench-setups/{setup_id}/versions/{version_id} \
--header 'authorization: <authorization>'{
"errors": null,
"data": {
"id": "d4e5f6a7-b8c9-0123-defa-234567890123",
"org_id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"workbench_setup_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"version_number": 3,
"name": "Onboarding Quality Check",
"description": "Evaluation suite for Q1 onboarding calls.",
"state": "archived",
"attached_agents": [
{
"eval_agent_id": "e5f6a7b8-c9d0-1234-efab-345678901234",
"eval_agent_version_id": "f6a7b8c9-d0e1-2345-fabc-456789012345",
"weight": 50,
"target_level_keys": ["good", "excellent"]
},
{
"eval_agent_id": "a0b1c2d3-e4f5-6789-abcd-ef0123456789",
"eval_agent_version_id": "b1c2d3e4-f5a6-7890-bcde-f01234567890",
"weight": 50,
"target_level_keys": ["acceptable"]
}
],
"pass_threshold_pct": 75,
"run_mode": "audio",
"default_test_config_id": null,
"default_call_ids": [
"call_abc123",
"call_def456"
],
"created_from_version_id": "c3d4e5f6-a7b8-9012-cdef-123456789012",
"created_by": "9a8b7c6d-5e4f-3210-9876-543210fedcba",
"created_at": "2026-04-10T09:00:00.000Z",
"updated_at": "2026-04-15T12:00:00.000Z"
}
}
Versions
Get Workbench Setup Version
Fetch one version of a workbench setup.
GET
/
v1
/
evals
/
workbench-setups
/
{setup_id}
/
versions
/
{version_id}
Get Workbench Setup Version
curl --request GET \
--url https://api.bland.ai/v1/evals/workbench-setups/{setup_id}/versions/{version_id} \
--header 'authorization: <authorization>'{
"errors": null,
"data": {
"id": "d4e5f6a7-b8c9-0123-defa-234567890123",
"org_id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"workbench_setup_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"version_number": 3,
"name": "Onboarding Quality Check",
"description": "Evaluation suite for Q1 onboarding calls.",
"state": "archived",
"attached_agents": [
{
"eval_agent_id": "e5f6a7b8-c9d0-1234-efab-345678901234",
"eval_agent_version_id": "f6a7b8c9-d0e1-2345-fabc-456789012345",
"weight": 50,
"target_level_keys": ["good", "excellent"]
},
{
"eval_agent_id": "a0b1c2d3-e4f5-6789-abcd-ef0123456789",
"eval_agent_version_id": "b1c2d3e4-f5a6-7890-bcde-f01234567890",
"weight": 50,
"target_level_keys": ["acceptable"]
}
],
"pass_threshold_pct": 75,
"run_mode": "audio",
"default_test_config_id": null,
"default_call_ids": [
"call_abc123",
"call_def456"
],
"created_from_version_id": "c3d4e5f6-a7b8-9012-cdef-123456789012",
"created_by": "9a8b7c6d-5e4f-3210-9876-543210fedcba",
"created_at": "2026-04-10T09:00:00.000Z",
"updated_at": "2026-04-15T12:00:00.000Z"
}
}
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.
The ID of the version to retrieve.
Response
The full version object.
Show version fields
Show version fields
Unique identifier for this version.
ID of the organization that owns this version.
ID of the parent workbench setup.
Monotonically increasing version number.
Display name of this version.
Description of this version, or
null if not set."editable" for a draft, "archived" for a published snapshot.Eval agents attached to this version. Each item contains
eval_agent_id, eval_agent_version_id, weight (0-100), and target_level_keys (array of strings).Percentage of calls that must pass for a run to be considered passing (0-100), or
null if not set.How calls are evaluated. One of
text, audio, or full.ID of the default test configuration, or
null if not set.Default call IDs to evaluate against. Up to 5000 entries.
ID of the version this was forked from, or
null if it is the first version.Identifier of the user who created this version, or
null.ISO 8601 timestamp for when this version was created.
ISO 8601 timestamp for when this version was last updated.
null on success.{
"errors": null,
"data": {
"id": "d4e5f6a7-b8c9-0123-defa-234567890123",
"org_id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"workbench_setup_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"version_number": 3,
"name": "Onboarding Quality Check",
"description": "Evaluation suite for Q1 onboarding calls.",
"state": "archived",
"attached_agents": [
{
"eval_agent_id": "e5f6a7b8-c9d0-1234-efab-345678901234",
"eval_agent_version_id": "f6a7b8c9-d0e1-2345-fabc-456789012345",
"weight": 50,
"target_level_keys": ["good", "excellent"]
},
{
"eval_agent_id": "a0b1c2d3-e4f5-6789-abcd-ef0123456789",
"eval_agent_version_id": "b1c2d3e4-f5a6-7890-bcde-f01234567890",
"weight": 50,
"target_level_keys": ["acceptable"]
}
],
"pass_threshold_pct": 75,
"run_mode": "audio",
"default_test_config_id": null,
"default_call_ids": [
"call_abc123",
"call_def456"
],
"created_from_version_id": "c3d4e5f6-a7b8-9012-cdef-123456789012",
"created_by": "9a8b7c6d-5e4f-3210-9876-543210fedcba",
"created_at": "2026-04-10T09:00:00.000Z",
"updated_at": "2026-04-15T12:00:00.000Z"
}
}
Was this page helpful?
⌘I