Description:
Allow to get a list of all events within a period so one can perform custom aggregations using that data.
Example:
GET /api/v1/events?from=X&to=Y
This would filter and return all events with timestamps between X and Y.
Use case:
  • Implement a billing log to show details of the events
  • Perform 1d/7d/30d custom aggregations which might include other properties from the event.