list_clips
Retrieve recorded video segments for a camera, newest first, covering the full retention period on disk. Each entry provides date and duration to pull snapshot frames from specific segments.
Instructions
List recorded video segments for a camera, newest first.
Covers Blue Iris's full retention window for that camera (typically a
few days, depending on configured storage limits -- there's no
separate date-range filter on this endpoint, it returns everything
currently on disk). Each entry's date (epoch seconds) and msec
(segment duration) can be used with get_snapshot to pull a frame
from within that segment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| camera | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |