List all events

Returns a list of all events that have taken place.

Query Params
string

Retrieves the details of all events associated with a user.

Note: This endpoint only returns events that happened in the last 7 days.

Filtering Options:

  • userId: User ID for the specific user you wish to retrieve events for. e.g., user.id.eq(userId)
  • entity: Filter events by entity type. e.g., event.entity.eq(entity)
  • type: Filter events by event type. e.g., event.type.eq(type)
Responses

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json