v1

latestOpenAPI 3.0.1Apache 2.02026-07-174811204.8 KB
events

Retrieve all events for the currently logged-in user.

This endpoint returns a paginated list of events associated with the authenticated user. You can filter the events by event type, start date, and end date.

Query Parameters:

  • event_type: Filter by event type (ADD or SEARCH)
  • start_date: Filter events after this date (format: YYYY-MM-DD)
  • end_date: Filter events before this date (format: YYYY-MM-DD)
  • page: Page number for pagination
  • page_size: Number of items per page (default: 50, max: 100)
get/v1/events/