Skip to main content
GET
Get Rlhf Preferences

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

axis_key
string | null

Restrict to a single axis.

include_invalidated
boolean
default:false

Include invalidated votes.

include_nondecisive
boolean
default:false

Include tie/both_bad/cannot_tell outcomes (no preference signal).

round_id
string<uuid> | null

Restrict to votes involving a sample from this rlhf_loop round.

limit
integer
default:20000
Required range: 1 <= x <= 100000

Response

Successful Response

axes
string[]
required
experiment_id
string
required
preferences
RlhfPreferencePair · object[]
required
summary
RlhfAxisSummary · object[]
required
total_returned
integer
required
truncated
boolean
required