get https://app.daloopa.com/api/v2/consumption/events
Return the individual datapoint access events for the authenticated user within a date window.
Inputs
start_atandend_atare dates (YYYY-MM-DD).- Internally,
start_atexpands to the start of that day in the current Django timezone;end_atexpands to the end of that day in the current Django timezone.
Defaults
- If
start_atis omitted, it defaults to the first day of the current month at 00:00:00 (current timezone). - If
end_atis omitted, it defaults to now (current datetime in the current timezone).
Behavior
- The window is inclusive:
start_at ≤ timestamp ≤ end_at. - Results are ordered by
timestampascending.
Response
- A paginated list of datapoint access events.
