API reference
Check simulation
get_simulation_status Requires studies:readTrack a simulation started with simulate_study and read its sample transcript. The response carries the turns produced so far, so you can render the conversation while it runs; once status is 'completed' the transcript is final. Simulated interviews are a Test-mode action — never counted, analysed, or exported as real participant interviews.
Input
job_id string tools/call
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_simulation_status",
"arguments": {
"job_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
}
}