Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

targetKey
string
required

Query Parameters

suite
string
required
Minimum string length: 1
suiteVersion
string
Minimum string length: 1
conditionKey
string
metricKey
string
Minimum string length: 1
limit
integer
default:20

Maximum number of records to return (default: 20, max: 100)

Required range: 1 <= x <= 100
offset
integer
default:0

Pagination offset

Required range: x >= 0

Response

One page of score samples

data
object[]
required
target
object
required

A model or stack with a published result on a benchmark suite

pagination
object
required