User Events
Search Event Gists
GET
Python
Search event gists by query.
Event gist is a fraction of User Event. For example, if a user event has the event_tips
:
The event gists will be
- A // info
- B // schedule
- C // reminder
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the user
Query Parameters
The query to search for
Number of events to retrieve, default is 10
Similarity threshold, default is 0.2
Only allow events within the past few days, default is 180
Response
200
application/json
Successful Response
The response is of type object
.
Python