POST
/
runs

Authorizations

Authorization
string
header
required

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

Body

application/json
event_ids
string[]
required

The UUIDs of the sessions/events this run is associated with

name
string
required

The name of the run to be displayed

project
string
required

The UUID of the project this run is associated with

configuration
object

The configuration being used for this run

datapoint_ids
string[]

The UUIDs of the datapoints from the original dataset this run is associated with

dataset_id
string

The UUID of the dataset this run is associated with

metadata
object

Additional metadata for the run

status
enum<string>

The status of the run

Available options:
pending,
completed

Response

200 - application/json
evaluation
object

The evaluation run created

run_id
string

The UUID of the run created