Skip to main content
POST
Get an eval run

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
failure
string | null
required
finishedAt
string<date-time> | null
required

An ISO-8601 timestamp in UTC.

id
string
required
startedAt
string<date-time>
required

An ISO-8601 timestamp in UTC.

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