Triggers a new batch run by executing the specified test cases in parallel against the selected agent. Returns the created batch including its batchId, which is required for subsequent get and list test-run calls.
Documentation Index
Fetch the complete documentation index at: https://docs.sigmamind.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate every request by passing your API key in the X-API-Key header. To get your key, go to Dashboard → API Keys and create or copy your Production API key.
The unique identifier of the Agent that will respond across all test cases in the batch simulation.
"D5D0p7TUs66TTAEAx"
A list of test case IDs to be executed together in a single batch run. Each test case will be simulated independently against the specified Agent.
A list of test case IDs to be executed together in a single batch run. Each test case will be simulated independently against the specified Agent.
[
"tc_xeeXG5hX9dl0VFNt",
"tc_aQqGZoMIPbU5MXHV"
]Created
The unique identifier of the newly created batch run.
"batch_s0OJu2JWR8R45Fai"
The unique identifier of the workspace under which the batch run was created.
"org_V6eZ2zg8ziDx5pft"
Agent assigned to handle all calls in this campaign. Contains the agent's ID, name, and current status. All contacts in the campaign's contact list will be called using this agent.
The UTC timestamp indicating when the batch run was created.
"2026-03-26T10:52:45.565Z"