Skip to main content
GET
Get a run's rubric scorecard

Authorizations

Authorization
string
header
required

MCPJam API key (sk_…). Create one at Settings → API keys. Guest sessions cannot use the API, and API keys cannot manage other API keys.

Path Parameters

projectId
string
required

ID of the hosted project that contains the server.

runId
string
required

Eval run ID, as returned by POST /eval-runs.

Response

The scorecard.

Deterministic rubric result for one run. NO MODEL IS INVOLVED and nothing is spent — reach for this before the model-generated wave insights, which usually is not the question you actually have.

runId
string
required
criteria
object[]
required

EVERY criterion the run's rubric declared, in snapshot order — including ones nothing was graded against. An absent row would be indistinguishable from a criterion that was never configured.

sessionsTotal
integer
required
sessionsGraded
integer
required

The DENOMINATOR for any rate you compute. Never divide by sessionsTotal — 3 failures of 4 graded sessions out of 40 attempted is not 7.5%.