simulation_stream
Read persisted simulation events in stream order. Use offset and limit to page through long runs without materializing 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. |