For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Events

Get Timeline Events based on selected filters

Usage

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: true

Parameter Reference

Parameter
Required
Description
Default

start

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