Find events
All events are retrieved using this route and using the paramaters as filters you can focus on rooms, bots, or users.
Query parameters
Get events from specific room
Get events from specific bot
Get events that are a specific type
Get events that are a specific actionType
Specify the sort order using a field name, e.g. '...?sort=createdAt'. Prepend the field name with a minus sign to specify descending order, e.g. '...?sort=-name'.
Get events from specific botData
Get events from specific botAction
Get events from specific user
Filter by time period when events were created.
Filter by time period when events were updated.
Maximum number of records to return in the response; also useful for pagination in the UI.
Offset for paginating the response.
Response
Success, returns all Events