Query results from a given metric calculation schedule. This is a general endpoint for querying and aggregating metric data. The aggregation can be performed over both time and specific dimensions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
magic dimensions exist for date, timestamp, hour (which is the start of the window) and group
Dimension to accumulate for (so each entry is the sum of the current entry plus the previous). Assumes that this dimension is sortable
The time zone that you want the results in.
Filter to remove any calculations that require data prior to this start time
Filter to remove any calculations that require data after this end time
If true, all combinations of observed dimension values will be included in the result, even if the summary statistic for that combination is zero.
Filters dimensions by included values.