retell_create_batch_test
Run batch automated tests to validate Retell LLM and Conversation Flow response engines directly.
Instructions
Run a batch of automated test cases against a Retell LLM or Conversation Flow response engine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_engine | Yes | Response engine to test. Must be { type: 'retell-llm', llm_id: '...' } or { type: 'conversation-flow', conversation_flow_id: '...' }. | |
| reserved_concurrency | No | Reserve a portion of org concurrency for the batch test. | |
| test_case_definition_ids | Yes | Array of test case definition IDs to run. |