Get Test Batch
Agent Testing
Get Test Batch
Retrieve a test batch and all its runs.
GET
Get Test Batch
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 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.
Docs for agents: llms.txt