simulation_stream
Read persisted simulation events in stream order using pagination. Use offset and limit parameters to navigate long runs without loading the entire event log.
Instructions
Read persisted simulation events in stream order. Paginated — use offset/limit to page through long runs instead of materializing the full event log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum events to return (default 200). | |
| runId | Yes | Simulation run id. | |
| offset | No | Skip this many events from the start. |