Get Test Batch
curl --request GET \
--url https://api.bland.ai/v1/agent-testing/batches/{id} \
--header 'authorization: <authorization>'{
"id": "e7a2c3d4-8f9b-4a1e-b5c6-d7e8f9a0b1c2",
"status": "FAILED",
"total_scenarios": 3,
"passed_scenarios": 2,
"failed_scenarios": 1,
"trigger_source": "api",
"publish_on_pass": false,
"created_at": "2026-04-14T10:25:00.000Z",
"runs": [
{
"id": "a3f1b2c4-5d6e-7f8a-9b0c-1d2e3f4a5b6c",
"scenario_id": "1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d",
"status": "PASSED",
"overall_score": 0.92,
"turn_count": 9,
"duration_ms": 14320,
"created_at": "2026-04-14T10:25:01.000Z",
"scenario": {
"id": "1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d",
"name": "Appointment Booking - Happy Path"
},
"assertion_results": [
{
"assertion_id": "d4e5f6a7-8b9c-0d1e-2f3a-4b5c6d7e8f9a",
"type": "contains",
"target": "transcript",
"expected": "appointment confirmed",
"passed": true
}
]
},
{
"id": "b4c2d3e5-6f7a-8b9c-0d1e-2f3a4b5c6d7e",
"scenario_id": "2b3c4d5e-6f7a-8b9c-0d1e-2f3a4b5c6d7e",
"status": "PASSED",
"overall_score": 0.87,
"turn_count": 11,
"duration_ms": 18200,
"created_at": "2026-04-14T10:25:01.000Z",
"scenario": {
"id": "2b3c4d5e-6f7a-8b9c-0d1e-2f3a4b5c6d7e",
"name": "Transfer to Agent - Escalation"
},
"assertion_results": [
{
"assertion_id": "a7b8c9d0-1e2f-3a4b-5c6d-7e8f9a0b1c2d",
"type": "node_visited",
"target": "nodes_visited",
"expected": "transfer_to_human",
"passed": true
}
]
},
{
"id": "c5d3e4f6-7a8b-9c0d-1e2f-3a4b5c6d7e8f",
"scenario_id": "3c4d5e6f-7a8b-9c0d-1e2f-3a4b5c6d7e8f",
"status": "FAILED",
"overall_score": 0.45,
"turn_count": 12,
"duration_ms": 21050,
"created_at": "2026-04-14T10:25:02.000Z",
"scenario": {
"id": "3c4d5e6f-7a8b-9c0d-1e2f-3a4b5c6d7e8f",
"name": "Cancellation Flow - Angry Customer"
},
"assertion_results": [
{
"assertion_id": "f6a7b8c9-0d1e-2f3a-4b5c-6d7e8f9a0b1c",
"type": "contains",
"target": "transcript",
"expected": "cancellation confirmed",
"passed": false
}
]
}
]
}
Agent Testing
Get Test Batch
Retrieve a test batch and all its runs.
GET
/
v1
/
agent-testing
/
batches
/
{id}
Get Test Batch
curl --request GET \
--url https://api.bland.ai/v1/agent-testing/batches/{id} \
--header 'authorization: <authorization>'{
"id": "e7a2c3d4-8f9b-4a1e-b5c6-d7e8f9a0b1c2",
"status": "FAILED",
"total_scenarios": 3,
"passed_scenarios": 2,
"failed_scenarios": 1,
"trigger_source": "api",
"publish_on_pass": false,
"created_at": "2026-04-14T10:25:00.000Z",
"runs": [
{
"id": "a3f1b2c4-5d6e-7f8a-9b0c-1d2e3f4a5b6c",
"scenario_id": "1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d",
"status": "PASSED",
"overall_score": 0.92,
"turn_count": 9,
"duration_ms": 14320,
"created_at": "2026-04-14T10:25:01.000Z",
"scenario": {
"id": "1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d",
"name": "Appointment Booking - Happy Path"
},
"assertion_results": [
{
"assertion_id": "d4e5f6a7-8b9c-0d1e-2f3a-4b5c6d7e8f9a",
"type": "contains",
"target": "transcript",
"expected": "appointment confirmed",
"passed": true
}
]
},
{
"id": "b4c2d3e5-6f7a-8b9c-0d1e-2f3a4b5c6d7e",
"scenario_id": "2b3c4d5e-6f7a-8b9c-0d1e-2f3a4b5c6d7e",
"status": "PASSED",
"overall_score": 0.87,
"turn_count": 11,
"duration_ms": 18200,
"created_at": "2026-04-14T10:25:01.000Z",
"scenario": {
"id": "2b3c4d5e-6f7a-8b9c-0d1e-2f3a4b5c6d7e",
"name": "Transfer to Agent - Escalation"
},
"assertion_results": [
{
"assertion_id": "a7b8c9d0-1e2f-3a4b-5c6d-7e8f9a0b1c2d",
"type": "node_visited",
"target": "nodes_visited",
"expected": "transfer_to_human",
"passed": true
}
]
},
{
"id": "c5d3e4f6-7a8b-9c0d-1e2f-3a4b5c6d7e8f",
"scenario_id": "3c4d5e6f-7a8b-9c0d-1e2f-3a4b5c6d7e8f",
"status": "FAILED",
"overall_score": 0.45,
"turn_count": 12,
"duration_ms": 21050,
"created_at": "2026-04-14T10:25:02.000Z",
"scenario": {
"id": "3c4d5e6f-7a8b-9c0d-1e2f-3a4b5c6d7e8f",
"name": "Cancellation Flow - Angry Customer"
},
"assertion_results": [
{
"assertion_id": "f6a7b8c9-0d1e-2f3a-4b5c-6d7e8f9a0b1c",
"type": "contains",
"target": "transcript",
"expected": "cancellation confirmed",
"passed": false
}
]
}
]
}
Headers
Your API key for authentication.
Path Parameters
The unique identifier of the test batch.
Response
The unique identifier for the test batch.
The overall status of the batch. One of:
PENDING, RUNNING, PASSED, FAILED, ERROR, CANCELLED.The total number of scenarios included in the batch.
The number of scenarios that passed all assertions.
The number of scenarios that failed one or more assertions.
How the batch was triggered. For example,
api, dashboard, or ci.Whether the pathway version should be automatically promoted to production if all scenarios pass.
An array of test run objects with scenario information. Each run includes the run details and the associated scenario metadata.
{
"id": "e7a2c3d4-8f9b-4a1e-b5c6-d7e8f9a0b1c2",
"status": "FAILED",
"total_scenarios": 3,
"passed_scenarios": 2,
"failed_scenarios": 1,
"trigger_source": "api",
"publish_on_pass": false,
"created_at": "2026-04-14T10:25:00.000Z",
"runs": [
{
"id": "a3f1b2c4-5d6e-7f8a-9b0c-1d2e3f4a5b6c",
"scenario_id": "1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d",
"status": "PASSED",
"overall_score": 0.92,
"turn_count": 9,
"duration_ms": 14320,
"created_at": "2026-04-14T10:25:01.000Z",
"scenario": {
"id": "1a2b3c4d-5e6f-7a8b-9c0d-1e2f3a4b5c6d",
"name": "Appointment Booking - Happy Path"
},
"assertion_results": [
{
"assertion_id": "d4e5f6a7-8b9c-0d1e-2f3a-4b5c6d7e8f9a",
"type": "contains",
"target": "transcript",
"expected": "appointment confirmed",
"passed": true
}
]
},
{
"id": "b4c2d3e5-6f7a-8b9c-0d1e-2f3a4b5c6d7e",
"scenario_id": "2b3c4d5e-6f7a-8b9c-0d1e-2f3a4b5c6d7e",
"status": "PASSED",
"overall_score": 0.87,
"turn_count": 11,
"duration_ms": 18200,
"created_at": "2026-04-14T10:25:01.000Z",
"scenario": {
"id": "2b3c4d5e-6f7a-8b9c-0d1e-2f3a4b5c6d7e",
"name": "Transfer to Agent - Escalation"
},
"assertion_results": [
{
"assertion_id": "a7b8c9d0-1e2f-3a4b-5c6d-7e8f9a0b1c2d",
"type": "node_visited",
"target": "nodes_visited",
"expected": "transfer_to_human",
"passed": true
}
]
},
{
"id": "c5d3e4f6-7a8b-9c0d-1e2f-3a4b5c6d7e8f",
"scenario_id": "3c4d5e6f-7a8b-9c0d-1e2f-3a4b5c6d7e8f",
"status": "FAILED",
"overall_score": 0.45,
"turn_count": 12,
"duration_ms": 21050,
"created_at": "2026-04-14T10:25:02.000Z",
"scenario": {
"id": "3c4d5e6f-7a8b-9c0d-1e2f-3a4b5c6d7e8f",
"name": "Cancellation Flow - Angry Customer"
},
"assertion_results": [
{
"assertion_id": "f6a7b8c9-0d1e-2f3a-4b5c-6d7e8f9a0b1c",
"type": "contains",
"target": "transcript",
"expected": "cancellation confirmed",
"passed": false
}
]
}
]
}
Docs for agents: llms.txt
Was this page helpful?
⌘I