Skip to main content
POST
Get a suite and the setup its cases share

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 suite, the setup its cases share, and every tag they carry.

A suite, the setup its cases share, and every tag they carry.

cases
integer
required

an integer

id
string
required

The stable handle an author gives a suite.

Required string length: 1 - 100
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
lastRunAt
string<date-time> | null
required

An ISO-8601 timestamp in UTC.

name
string
required
tally
object
required

How many trials were scored across a group, and how many passed.

variants
integer
required

an integer

setup
object
required

The prompt and workspace a suite's cases share, before a case overrides either. Null where the suite last ran before they were recorded.

tags
string[]
required