# Network Event History Endpoint: GET /events Security: Authorization ## Query parameters: - `network_id` (number) Derived from the network session if user has rights to the network - `from` (number) UTC Timestamp - `to` (number, required) UTC Timestamp - `bucket` (number) Bucket size in seconds - `last` (number) ## Response 200 fields (application/json): - `data` (object) - `data.skip_notifications` (boolean) - `data.user` (object) - `data.user.id` (integer) - `data.user.first_name` (string) - `data.user.last_name` (string) - `data.title` (string) - `event_category` (string) - `event_type` (string) - `tag` (string) - `guardian_id` (string,null) - `icon_url` (string) - `network_id` (integer) - `text` (string) - `timestamp` (number)