Get results for all experiments that use a metric
Returns, for each experiment that uses the given metric (directly or via a metric group), the per-variation results for that metric from the latest snapshot. Supports the same filtering as the experiment list views via a raw search string or structured query params. Note: at most the 1000 most recent experiments using the metric are considered; filters and pagination are applied within that set, so results may be incomplete for metrics used by more than 1000 experiments.
Authorizations
If using Bearer auth, pass the Secret Key as the token:
Path Parameters
The id of the requested resource
Query Parameters
The number of items to return
1 <= x <= 100How many items to skip (use in conjunction with limit for pagination)
x >= 0Raw experiment search/filter string (same syntax as the app's experiment list filters, e.g. status:running tag:checkout). Negation (!) and operators (~, ^, >, <, =) are not supported and return a 400
Filter by comma-separated project ids or names
Filter by comma-separated owner ids, names, or emails
Filter by comma-separated statuses (draft, running, stopped)
Filter by comma-separated results (won, lost, inconclusive, dnf)
Filter by comma-separated tags
Filter by comma-separated experiment types (feature, visualChange, redirect)
When true, return only multi-armed bandits; when false, exclude them
true, false Only include experiments that have a phase which ended on or after this date
Only include experiments that have a phase which ended on or before this date

