Get Events
Get Timeline Events based on selected filters
Last updated
Get Timeline Events based on selected filters
action: llmvision.get_events
data:
start: "2026-03-16 08:00:00"
end: "2026-03-16 20:00:00"
cameras: image.front_door_person
categories: people,vehicles,animals
labels: person,car,dog
limit: 100
include_no_activity: truestart
No
Only return events that overlap with this start datetime.
end
No
Only return events that overlap with this end datetime.
cameras
No
Only return events captured by the selected entities.
categories
No
Comma-separated list of categories to include.
labels
No
Only return events matching one of the selected labels
limit
No
Maximum number of events to return.
include_no_activity
No
Include events with "no activity" in the title.
Last updated