Skip to main content
GET
Get Graded Results

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null
X-API-Key
string | null

Path Parameters

experiment_id
string<uuid>
required

Response

Successful Response

Decision-first results derived from paired numeric scores.

analysis_available
boolean
required
computed_at
string<date-time>
required
candidates
GradedCandidateResultResponse · object[]
criteria
GradedCriterionResultResponse · object[]
critical_criteria_passed
boolean | null
decision_status
string | null
expected_advantage
number | null
low_absolute_quality
boolean | null
meaningful_margin
number | null
Required range: 0 <= x <= 1
optimization
GradedOptimizationResultResponse · object | null

Continuous PPC result combined after independent criterion fits.

probability_best
number | null
Required range: 0 <= x <= 1
reason
string | null
winner_candidate_id
string<uuid> | null
winner_candidate_key
string | null
winner_candidate_label
string | null