Granular, itemized records of historical alerts. One row per alert trigger, carrying the resolved
alert and camera names, the acknowledge status and a thumbnailUrl (currently returned as null;
per-alert thumbnails are a follow-up).
Extracts itemized historical records for the organization associated with the API key. timeRange
({ startTime, endTime } in milliseconds since epoch) is required; the window may not exceed
92 days. locations and cameras (GUID arrays) are optional
scope filters; when omitted the report covers all cameras of the organization. Dates are aligned to
timezone (IANA, default UTC). Results are paginated with page/size (zero-based page, size
1..100, default 50); the envelope always
carries total, so total can exceed items.length.
Send Accept: text/csv to receive the current page as CSV (columns = the item fields) instead of
the JSON envelope; the CSV response carries X-Total-Count/X-Page/X-Size headers.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
400Invalid timeRange, date range too large, or invalid pagination.
401Missing or invalid API key.
403Organization not allowed by this token.
500Internal server error.
