get
https://{region}.verkada.com/v2/cameras/lpr/zones//records
Returns the visit records for a single LPR Zone, including license plate, entry/exit
times and cameras, dwell time, and vehicle status. Defaults to the last 24 hours.
Results are paginated. Use the cursor from the response to fetch the
next page.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Returns all visit records for a single LPR Zone between the user-specified time range. The following fields are returned as part of the API response:
{
"items": [
{
"license_plate": "ABC123",
"entry_time": "2025-08-04T21:51:53+00:00",
"entry_camera_id": "2fc520be-c485-45de-9ecf-65ce43e88903",
"exit_time": "2025-08-04T23:10:00+00:00",
"exit_camera_id": "2fc520be-c485-45de-9ecf-65ce43e88903",
"dwell_time": "PT5H24M59S",
"vehicle_status": "departed",
"plate_thumbnail_url": "image_url",
"vehicle_thumbnail_url": "image_url",
"invalid": false
}
]
}The query will default to the last 24 hours if no time range is specified in the API call. Results are paginated. Use the cursor from the response to fetch the next page.
