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