Skip to main content
POST
Get a run and its trials

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

One case run on one variant, with its trials.

One case run on one variant, with its trials.

batchId
string
required
case
object
required
costs
object | null
required

Cost by component, kept apart by classification.

definitionHash
string
required
distribution
object
required

The scored outcome across the trials of a run.

finishedAt
string<date-time> | null
required

An ISO-8601 timestamp in UTC.

harnessVersion
string
required
id
string
required
local
boolean
required
profileVersion
string | null
required
setup
object
required

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

startedAt
string<date-time>
required

An ISO-8601 timestamp in UTC.

status
enum<string>
required
Available options:
running,
finished,
failed
suite
object
required

A group of cases that share a prompt and setup.

trials
object[]
required
trigger
object | null
required

What started this run. Client-reported context, not authorization.

variant
object
required

The harness, model, sandbox and profile a case runs on. A case has one variant per combination it has run on.