diff --git a/frigate/api/event.py b/frigate/api/event.py index 1ce23a9bc..89b2fedef 100644 --- a/frigate/api/event.py +++ b/frigate/api/event.py @@ -394,6 +394,7 @@ def events_search(request: Request, params: EventsSearchQueryParams = Depends()) Event.end_time, Event.has_clip, Event.has_snapshot, + Event.top_score, Event.data, Event.plus_id, ReviewSegment.thumb_path,