Error
A valid request URL is required to generate request examples{
"experimentStartDate": "2023-11-07T05:31:56Z",
"experimentEndDate": "2023-11-07T05:31:56Z",
"dataStartDate": "2023-11-07T05:31:56Z",
"dataEndDate": "2023-11-07T05:31:56Z",
"runId": "<string>",
"totalRequests": 123,
"requestsInExperiment": 123,
"confidence": 123,
"results": [
{
"variantName": "<string>",
"results": [
{
"name": "<string>",
"values": [
{
"timestamp": "2023-11-07T05:31:56Z",
"value": 123
}
],
"probabilityOfBeating": 123,
"p": 123,
"confidence": 123
}
],
"requests": 123,
"percentRequests": 123
}
]
}Get metrics associated with a particular run of this experiment.
GET
/
experiments
/
{id}
/
metrics
/
{runId}
Error
A valid request URL is required to generate request examples{
"experimentStartDate": "2023-11-07T05:31:56Z",
"experimentEndDate": "2023-11-07T05:31:56Z",
"dataStartDate": "2023-11-07T05:31:56Z",
"dataEndDate": "2023-11-07T05:31:56Z",
"runId": "<string>",
"totalRequests": 123,
"requestsInExperiment": 123,
"confidence": 123,
"results": [
{
"variantName": "<string>",
"results": [
{
"name": "<string>",
"values": [
{
"timestamp": "2023-11-07T05:31:56Z",
"value": 123
}
],
"probabilityOfBeating": 123,
"p": 123,
"confidence": 123
}
],
"requests": 123,
"percentRequests": 123
}
]
}Path Parameters
The experiment ID
The runId of the experiment run to return, or 'latest' for the most recent run (or the current run, if it is still running)
Response
200 - application/json
successful operation
Show child attributes
Show child attributes
Was this page helpful?
⌘I