> ## Documentation Index
> Fetch the complete documentation index at: https://smithers.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# listScores

> Gateway RPC for listing scorer/eval results for a run.

* Method: `listScores`
* Scope: `score:read`
* Transports: HTTP RPC, WebSocket RPC
* Request: `{ runId, nodeId? }`
* Response: `ScoreRow[]`

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