Files
cfw-autumn/others/python-sdk/docs/models/aggregateeventslist.md
John Yeo 90287e6308 latest
2026-02-19 13:24:33 +00:00

2.2 KiB
Raw Blame History

AggregateEventsList

Fields

Field Type Required Description
period float ✔️ Unix timestamp (epoch ms) for this time period
values Dict[str, float] ✔️ Aggregated values per feature: { [featureId]: number }
grouped_values Dict[str, Dict[str, float]] Values broken down by group (only present when group_by is used): { [featureId]: { [groupValue]: number } }