PUT
/
runs
/
{run_id}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

run_id
string
required

Body

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