Skip to main content
PUT
Update an evaluation run

Authorizations

Authorization
string
header
required

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

Path Parameters

run_id
string<uuid>
required

Body

application/json

Request body for PUT /runs/{run_id}

name
string
description
string
status
enum<string>
Available options:
pending,
completed,
failed,
cancelled,
running
metadata
object
results
object
event_ids
string[]
configuration
object
evaluators
any[]
session_ids
string[]
datapoint_ids
string[]
Minimum string length: 1
passing_ranges
object

Response

Successful response

Response for PUT /runs/{run_id}

evaluation
object
required
warning
string