---
title: "Get All LPR Zones"
method: GET
path: "/v2/cameras/lpr/zones"
tags: ["LPR"]
---

# Get All LPR Zones

`GET /v2/cameras/lpr/zones`

## Query parameters

- `limit` integer — Maximum number of LPR Zones to return per page. Default is 200.
- `cursor` string — Pagination cursor from a previous response. Use to fetch the next page of results.

## Response `200`

OK

- GetLPRZoneResponseV2 — Response schema for listing License Plate Recognition Zones.
  - `cursor` string — Pagination cursor for the next page of results. Null if no more pages.
  - `items` LPRZoneItemV2[] — List of LPR Zones.
    - `created_at` string, required — RFC 3339 timestamp of when the zone was created.
    - `preview_camera_id` string, required — Verkada UID for the preview camera for the zone.
    - `updated_at` string, required — RFC 3339 timestamp of when the zone was last updated.
    - `zone_id` string, required — Verkada UID for the zone.
    - `zone_name` string, required — LPR Zone name.

---

[API](https://skmtc.net/verkada/apis/api-tokens.md) · [All operations](https://skmtc.net/verkada/apis/api-tokens/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verkada/api-tokens/revisions/4a79d2d949a6/schema)
