v28

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

List batch test jobs for a response engine

get/list-batch-tests

Query parameters

type'retell-llm' | 'conversation-flow' required

Type of response engine

llm_idstring

LLM ID (required when type is retell-llm)

conversation_flow_idstring

Conversation flow ID (required when type is conversation-flow)

versioninteger

Version of the response engine (defaults to latest)

Response

Batch test jobs 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)