# AggregateEventsList ## Fields | Field | Type | Required | Description | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | | `period` | *float* | :heavy_check_mark: | Unix timestamp (epoch ms) for this time period | | `values` | Dict[str, *float*] | :heavy_check_mark: | Aggregated values per feature: { [featureId]: number } | | `grouped_values` | Dict[str, Dict[str, *float*]] | :heavy_minus_sign: | Values broken down by group (only present when group_by is used): { [featureId]: { [groupValue]: number } } |