Search Events
Use our search-events endpoint to search for specific events.
Request
POST https://api.logspot.io/search-events
Request body:
Params:
event_name
- allows you to search for events with provided nameuser_id
- allows you to search for events from specific userstart_date
- allows you to search for events with start time greater or equalstart_date
(inclusive - start of the day 00:00)end_date
- allows you to search for events with end time lower or equalend_date
(inclusive - end of the day 23:59)cursor
- a token needed for fetching the next pagefilter_groups
- event filtering conditions
Response
Pagination
We use cursor
based pagination. For each request, you’ll get a cursor
if there’ll be a next page with events to fetch.
For the first page you don’t need to provide a cursor. Following request will require providing a cursor
from the last response.
Default page size is 100 events.