Skip to main content
  • Method: getScoreDetail
  • Scope: score:read
  • Transports: HTTP RPC, WebSocket RPC
  • Request: { runId, scoreId }
  • Response: ScoreDetail
The response has the score’s comparison fields plus decoded meta, input, output, groundTruth, and context; scoreId must match a persisted score id owned by runId. Errors are versioned as v1 and include InvalidRequest, Unauthorized, Forbidden, RunNotFound, ScoreNotFound, and Internal.