simulation_stream
Read simulation events in stream order with pagination. Use offset and limit to page through long runs without loading the full 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. |