Privacy

Retention

Site-level retention_days. Rollups outlive raw rows only as long as you keep them.

Default

730 days, published on the manifest. Patch the site (PATCH /api/sites/{id}) to change it. Raw events are partitioned by month so dropping old partitions is cheap.

Export before you shrink it

`GET /api/sites/{id}/export` returns aggregates as JSON. `POST /api/sites/{id}/import` accepts CSV if you are migrating history in.

Something off? Open an issue · Edit on GitHub