Notes:

  • This resource does not support retrieving specific events by a unique id.
  • Due to the dynamic nature of events, this endpoint uses cursor pagination to ensure scrolling from page to page does not yield the same objects. The pagination for this resource is explained below.
  • This endpoint does not support sorting. Events will always be sorted by timestamp, with the newest ones being first.
  • The supported filters vary from event type to type. Supported filters will be described for each type of event.

Pagination:

Pagination for this resource is done using cursor pagination by the timestamp field. Because of this, the previous link in the response will always be null.