Experiments
Retrieve experiment comparison
GET
/
runs
/
{run_id_1}
/
compare-with
/
{run_id_2}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
run_id_1
string
requiredrun_id_2
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
metrics
object[]
commonDatapoints
string[]
event_details
object[]
old_run
object
new_run
object