Skip to main content
GET
Get experiment run metrics

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The experiment ID.

runId
string
required

The experiment run ID.

Response

200 - */*

OK

Experiment metrics.

experimentStartDate
string<date-time>

The experiment start date and time.

experimentEndDate
string<date-time>

The experiment end date and time.

dataStartDate
string<date-time>
dataEndDate
string<date-time>
runId
string

The metric job run ID.

totalRequests
integer<int64>
requestsInExperiment
integer<int64>
confidence
number<double>

A confidence index expressing the confidence that the experiment results are statistically significant.

results
object[]