get_run
Retrieve a run's current projections and ordered events to recover state after reconnect or compaction. Page through the event history using since_sequence and event_limit.
Instructions
Read current run/work-item projections plus append-only events for reconnect or compaction recovery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Server-minted run identifier returned by `begin_run`. | |
| event_limit | No | Maximum number of ordered events to return in this page. | |
| workspace_key | Yes | Declared workspace scope that owns the run. | |
| since_sequence | No | Return only events whose per-run sequence is greater than this value. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||