v28

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-05-2887246443.7 KB

Get a batch test job by ID

get/get-batch-test/{test_case_batch_job_id}

Path parameters

test_case_batch_job_idstring required

ID of the batch test job to retrieve

Response

Batch test job retrieved successfully

test_case_batch_job_idstring required

Unique identifier for the test case batch job

status'in_progress' | 'complete' required

Status of the batch job

pass_countinteger required

Number of test cases that passed

fail_countinteger required

Number of test cases that failed

error_countinteger required

Number of test cases that encountered errors

total_countinteger required

Total number of test cases in the batch

creation_timestampinteger required

Timestamp when the batch job was created (milliseconds since epoch)

user_modified_timestampinteger required

Timestamp when the batch job was last modified (milliseconds since epoch)