Skip to main content
GET
Compare a run against a baseline

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.

Query Parameters

baseRunId
string

Run ID to compare against. Omit to use the nearest earlier completed run in the same suite.

Response

The comparison.

suite
object
required
baseline
object
required
baseRun
object
required
compareRun
object
required
passSummary
object
required

Run-summary counters. Named passSummary, not scores, so it cannot be confused with scoreContract — the two answer different questions.

metrics
object
required
scoreContract
object
required
cases
object[]
required