simulation_stream
Read persisted simulation events in stream order using pagination (offset/limit) to page through long runs without loading the full 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. |