Itemized logs captured across the native License Plate Recognition (LPR) camera systems. One row
per plate per day.
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.
