Skip to main content
GET
Get Vote Outcomes

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

Valid-vote counts by outcome (position-decisive split plus non-choice outcomes).

both_bad
integer
default:0
cannot_tell
integer
default:0
left_wins
integer
default:0
right_wins
integer
default:0
tie
integer
default:0
total
integer
default:0