JavaScript
Batch Tests
Get Batch Test
Get a batch test job by ID
GET
JavaScript
Authorizations
Authentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"
Path Parameters
ID of the batch test job to retrieve
Response
Batch test job retrieved 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)