Experiments
Update an evaluation run
PUT
/
runs
/
{run_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
run_id
string
requiredBody
application/json
event_ids
string[]
Additional sessions/events to associate with this run
dataset_id
string
The UUID of the dataset this run is associated with
datapoint_ids
string[]
Additional datapoints to associate with this run
configuration
object
The configuration being used for this run
metadata
object
Additional metadata for the run
name
string
The name of the run to be displayed
status
enum<string>
Available options:
pending
, completed
Response
200 - application/json
evaluation
object
Database update success message
warning
string | null
A warning message if the logged events don't have an associated datapoint id on the event metadata