Skip to main content
GET
List Experiment Votes

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

Query Parameters

limit
integer
default:100
Required range: 1 <= x <= 500
offset
integer
default:0
Required range: x >= 0
sample_id
string<uuid> | null

Restrict to comparisons involving this output

voter
string<uuid> | null

Restrict to votes by this voter (user id or session voter id)

Response

Successful Response

total
integer
required
votes
VoteSummaryResponse · object[]
required