get_events
List detected events from Frigate with optional filters for camera, label, zone, time, score, clip, snapshot, favorites, or in-progress state.
Instructions
List detected events from Frigate with optional filters.
Events represent objects detected by Frigate's AI (people, cars, animals, packages, etc.). Use filters to narrow results by camera, label, zone, or time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone | No | Filter by zone name | |
| after | No | Only events after this Unix timestamp | |
| label | No | Filter by object label (person, car, dog, etc.) | |
| limit | No | Max number of events to return (default 20) | |
| before | No | Only events before this Unix timestamp | |
| camera | No | Filter by camera name | |
| has_clip | No | Only events with a video clip | |
| favorites | No | Only favorited/retained events | |
| max_score | No | Maximum detection score (0-1) | |
| min_score | No | Minimum detection score (0-1) | |
| sub_label | No | Filter by sub-label (e.g. a person's name) | |
| in_progress | No | Only currently active events | |
| has_snapshot | No | Only events with a snapshot |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||