Skip to main content
POST
Create a new evaluation run

Authorizations

Authorization
string
header
required

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

Body

application/json

Request body for POST /runs

run_id
string
name
string
description
string
status
enum<string>
default:pending
Available options:
pending,
completed,
failed,
cancelled,
running
metadata
object
results
object
dataset_id
string | null
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 POST /runs

evaluation
object
required
run_id
string
required