Skip to main content
GET
Get Experiment Voting Context

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

Metadata safe to show to public voters before serving a pair.

anchor_field
string | null
required
description
string | null
required
id
string<uuid>
required
kind
enum<string>
required

Kinds of experiments (extensible).

Available options:
simple,
advanced
name
string
required
objective
enum<string>
required

User-facing objective for experiment behavior.

Available options:
benchmark,
optimization,
rlhf_loop
type
enum<string>
required

Types of experiments.

Available options:
image,
audio,
text,
video
allow_playback_speed
boolean
default:false
enforce_playback
boolean
default:false
min_playback_percent
integer
default:0
min_viewing_seconds
integer
default:0
require_feedback
boolean
default:false
requires_anchor
boolean
default:true