Skip to main content
POST
Get a case, its variants and its versions

Authorizations

Authorization
string
header
required

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

Body

application/json

Select one by id.

id
string
required

Response

A case, how its newest version is set up, and each variant it has run on.

A case, how its newest version is set up, and each variant it has run on.

id
string
required

The stable handle an author gives a case.

Required string length: 1 - 100
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
name
string
required
setup
object
required

The prompt, workspace, setup and verifier a run used.

suite
object
required

A group of cases that share a prompt and setup.

tags
string[]
required
variants
object[]
required
versions
object[]
required