Simulation Status
simulation_statusRetrieve current status and progress of a simulation, with long-polling that waits up to 50 seconds for state changes and returns the prediction report when simulation completes.
Instructions
Check the progress of a running or completed simulation. Long-polls by default — blocks up to 50s waiting for a state change (phase transition, new round, new actions, completion). When state=COMPLETED, includes the full prediction report inline.
Lifecycle: CREATED → GRAPH_BUILDING → GENERATING_PROFILES → READY → SIMULATING → COMPLETED/FAILED/CANCELLED/INTERRUPTED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| simulation_id | Yes | The simulation ID returned by create_simulation | |
| detailed | No | Include recent agent actions with content in the response | |
| wait | No | Long-poll: block up to 50s waiting for the next state change. Default true. Set false for immediate snapshot. |