Retrieves the full details of a single simulation test case by testCaseId. Returns the conversation scenario definition, including the user persona, goals, evaluation criteria, and current status.
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.
Unique identifier of the test case to retrieve. Obtained from the testCaseId field in the Create Test Case or List Test Cases response.
Unique identifier of the agent to which the test case belongs.
OK
The unique identifier of the test case.
"tc_d17T6uReChpyfFeP"
A human-readable name or label for the test case, used to identify it in reports and dashboards.
"Angry Customer - Cancellation Flow"
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 unique identifier of the workspace under which this test case was created.
"org_V6eZ2zg8ziDx5pft"
The LLM model used to generate Agent responses during the simulation.
"gpt-4o-mini"
The list of mock variables and their simulated values that were used to substitute for real external data sources during the simulation.
[
{
"variableName": "customer_name",
"value": "John Doe"
},
{
"variableName": "account_status",
"value": "active"
}
]The prompt that defined the persona and intent of the simulated user, driving the user-side messages throughout the conversation.
"You are an angry customer who wants to cancel your subscription."
The number of times this test case was configured to run as independent simulation attempts.
5
The plain-language description of what a successful agent response looks like, used to evaluate the agent's performance after each simulation run.
"The agent should acknowledge the cancellation request, present retention alternatives, and confirm the cancellation if the customer insists."