JavaScript
Batch Tests
Create Batch Test
Create a batch test to run multiple test cases
POST
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.retellai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"
Body
application/json
Response
Test case batch job created successfully
Unique identifier for the test case batch job
Status of the batch job
Available options:
in_progress, complete - Option 1
- Option 2
- Option 3
Number of test cases that passed
Required range:
x >= 0Number of test cases that failed
Required range:
x >= 0Number of test cases that encountered errors
Required range:
x >= 0Total number of test cases in the batch
Required range:
x >= 0Timestamp when the batch job was created (milliseconds since epoch)
Timestamp when the batch job was last modified (milliseconds since epoch)