- Method:
getScoreDetail - Scope:
score:read - Transports: HTTP RPC, WebSocket RPC
- Request:
{ runId, scoreId } - Response:
ScoreDetail
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.