get
https://{yourinstance}.makaira.io/experiment/running
Returns all currently running experiments. If A/B testing is not enabled for the instance, returns an empty list.
Returns all experiments that are currently running. This is the endpoint the search and recommendation services use to determine active experiment configurations.
Requires authentication.
Request
GET /experiment/running
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Response
Returns a JSON array of running experiment objects. See List all experiments for field descriptions.

