v28

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

List all test case jobs (test runs) for a batch test job

get/list-test-runs/{test_case_batch_job_id}

Path parameters

test_case_batch_job_idstring required

ID of the batch test job

Response

Test case jobs retrieved successfully

test_case_job_idstring required

Unique identifier for the test case job

status'in_progress' | 'pass' | 'fail' | 'error' required

Status of the test case job

test_case_definition_idstring required

ID of the test case definition used

transcript_snapshotobject nullable

Snapshot of the transcript generated during test execution. Can be either ConversationFlowPlaygroundSnapshot or RetellLlmPlaygroundSnapshot

result_explanationstring nullable

Explanation of the test result

creation_timestampinteger required

Timestamp when the test case job was created (milliseconds since epoch)

user_modified_timestampinteger required

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