Skip to main content
  • 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.