Experiments
Create a new evaluation run
POST
/
runs
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
project
string
requiredThe UUID of the project this run is associated with
name
string
requiredThe name of the run to be displayed
event_ids
string[]
requiredThe UUIDs of the sessions/events this run is associated with
dataset_id
string
The UUID of the dataset this run is associated with
datapoint_ids
string[]
The UUIDs of the datapoints from the original dataset this run is associated with
configuration
object
The configuration being used for this run
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