Get 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

HeaderValue
AuthorizationBearer <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"
  }
]
Headers
string
required

Makaira Instance ID

Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json