Experiments
Retrieve experiment result
GET
/
runs
/
{run_id}
/
result
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
run_id
string
requiredQuery Parameters
project_id
string
requiredaggregate_function
enum<string>
Available options:
average
, min
, max
, median
, p95
, p99
, p90
, sum
, count
Response
200 - application/json
status
string
success
boolean
passed
string[]
failed
string[]
metrics
object
datapoints
object[]