Run a batch
In theTest Cases tab, select the cases you want to run (one, several, or all) and click Run Test. Retell launches a batch, even for a single case, and sends the results to Batch Testing History.
Selecting test cases and running them as a batch.
Track a running batch
You track and review batches under theBatch Testing History tab. A batch that’s still running is marked Ongoing in the list on the left, and a Running tests indicator sits below its results table until the last case finishes.
Results stream in on a 10-second refresh rather than all at once: each case joins the results table as it completes, and the counts above the table go up with it. Cases that haven’t finished yet stay hidden, so the table only ever shows completed runs.
Review results
Runs land inBatch Testing History. The ledger on the left lists every run, each showing:
- the number of test cases in the run
- the date and time it finished
- the pass rate (the share of cases that met all their success criteria)
X.
Select a run to open its results table, and filter it by All, Passed, or Failed. An Error count appears alongside them when a run failed to complete instead of being graded, such as a simulation that timed out. Its columns are:
Select a test case row to open its details panel on the right, which shows:
- the test case ID and test result
- one explanation of why the run passed or failed across all of its success criteria
- the full run transcript: node transitions, tool calls and their responses, and the agent and user turns
View In Test Playground button opens the agent in a new tab with that run’s transcript loaded into the Playground, where you can edit any turn and continue the conversation by hand.
Manage batches with the API
Run and read batches programmatically to fold them into CI before you deploy:- Run a batch test starts the batch and returns its ID.
- Get batch test returns the batch’s status and its pass, fail, and error counts. Poll it until the status is
complete. - List test runs lists each run in the batch, and Get a test run returns one run’s transcript and explanation.
- List batch tests lists past batches for an agent version.
Next steps
- Simulation testing covers building the test cases a batch runs.
- Testing with Conductor can generate those test cases for you.
- Testing overview compares simulation and batch testing with live web and phone call testing.

