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

# getScoreDetail

> Gateway RPC for reading one persisted score with decoded detail fields.

* Method: `getScoreDetail`
* Scope: `score:read`
* Transports: HTTP RPC, WebSocket RPC
* Request: `{ runId, scoreId }`
* Response: `ScoreDetail`

The response includes the score's comparison fields plus decoded `meta`,
`input`, `output`, `groundTruth`, and `context` JSON values. `scoreId` is an
exact persisted score id owned by `runId`.

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