List Datapoint Access Events by date range

Return the individual datapoint access events for the authenticated user within a date window.

Inputs

  • start_at and end_at are dates (YYYY-MM-DD).
  • Internally, start_at expands to the start of that day in the current Django timezone; end_at expands to the end of that day in the current Django timezone.

Defaults

  • If start_at is omitted, it defaults to the first day of the current month at 00:00:00 (current timezone).
  • If end_at is 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 timestamp ascending.

Response

  • A paginated list of datapoint access events.
Language
Credentials
Header
Click Try It! to start a request and see the response here!