Skip to main content
GET
Get experiments analytics summary

Authorizations

Authorization
string
header
required

Bearer authentication using the project Secret Key (prefixed with sk_, or test_sk_ for sandbox). All v4 public endpoints require the Secret Key — see Authentication. Never expose the Secret Key in client-side code.

Query Parameters

from
string

Start of the time range (ISO 8601).

to
string

End of the time range (ISO 8601).

environment
string

Filter by environment.

summary_metric
string

Metric to summarize.

currency
string

Currency code (ISO 4217).

unit
string

Aggregation unit (e.g. day, week, month).

week_starts_on
string

Day of week that a week starts on (e.g. monday, sunday).

max_series
integer

Maximum number of series to return.

filter[experiment_uid]
string

Filter by experiment UID.

filter[experiment_uid][]
string[]

Filter by multiple experiment UIDs.

Response

Analytics summary data.

Experiments summary payload. items contains one entry per experiment matched by filter[experiment_uid][], with nested groups carrying the group metadata (control flag, weight, bound remote config).