Skip to main content
POST
Settle a run whose trials the caller ran

Authorizations

Authorization
string
header
required

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

Body

application/json

Select an eval run by id.

id
string
required

Response

A complete eval run with its cells and trials.

A complete eval run with its cells and trials.

cases
string[]
required
cells
object[]
required
costs
object | null
required

Cost by component, kept apart by classification.

failure
string | null
required
finishedAt
string<date-time> | null
required

An ISO-8601 timestamp in UTC.

id
string
required
name
string | null
required

a string at most 100 character(s) long

Required string length: 1 - 100
startedAt
string<date-time>
required

An ISO-8601 timestamp in UTC.

status
enum<string>
required
Available options:
running,
finished,
failed
tasks
object[]
required
trigger
object | null

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

executedBy
enum<string> | null
Available options:
client