get_participant_stats_history
Participant facet history
A daily time series over one participant facet dimension (adoption curves / QoQ trends), from daily snapshots of the rollup. History accrues from the day the feature shipped. Keyless-cacheable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Inclusive upper bound (YYYY-MM-DD UTC). Defaults to today. | |
| key | No | Comma-separated facet keys to filter to (e.g. `BE,NL` for `dimension=country`). Omit for every key in the dimension. | |
| from | No | Inclusive lower bound (YYYY-MM-DD UTC). Defaults to 90 days ago. | |
| limit | No | Max points returned, clamped to [1, 10000]. Defaults to 10000. | |
| dimension | Yes | Which series to return: `total` (whole-network count) or a facet dimension. |