> ## Documentation Index
> Fetch the complete documentation index at: https://smithers-feat-claude-workflow-mirror.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# getRun

> Gateway RPC for reading one run.

* Method: `getRun`
* Scope: `run:read`
* Transports: HTTP RPC, WebSocket RPC
* Request: `{ runId }`
* Response: run record with `summary` and optional `runState: RunStateView`

Errors are versioned as `v1` and include `InvalidRequest`, `Unauthorized`, `Forbidden`, `RunNotFound`, and `Internal`.

Use this after a `GapResync` event (see `streamRunEvents`) to rebuild local state from scratch.
