Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

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

Query Parameters

model
string | null
benchmark
string | null
category
string | null
min_score
number | null
max_score
number | null
scored_after
string<date-time> | null
scored_before
string<date-time> | null
verified_only
boolean | null
sort
string | null
cursor
string | null
limit
integer
default:100
Required range: 1 <= x <= 500

Response

Successful Response

scores
ScoreRow · object[]
required
total
integer
required
next_cursor
string | null