get
https://{yourinstance}.makaira.io/experiment/supported-metrics
Returns the list of metrics supported for experiment evaluation.
Returns the list of metrics available for use as stopping criteria and result evaluation in experiments.
Requires authentication.
Request
GET /experiment/supported-metrics
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Response
Returns a JSON array of metric descriptor objects.
Example Response
[
{
"id": "conversion_rate",
"label": "Conversion Rate"
},
{
"id": "click_through_rate",
"label": "Click-Through Rate"
}
]
