---
title: "Get All License Plates of Interest"
method: GET
path: "/cameras/v1/analytics/lpr/license_plate_of_interest"
tags: ["LPR"]
---

# Get All License Plates of Interest

`GET /cameras/v1/analytics/lpr/license_plate_of_interest`

Returns creation time, description, and license plate number for all License Plates of Interest for an organization.

## Query parameters

- `page_size` integer — The number of items returned in a single response. Default is 1000.
- `page_token` string — The pagination token used to fetch the next page of results.

## Response `200`

OK

- GetAllLicensePlateOfInterestResponse
  - `license_plate_of_interest` LicensePlateOfInterest[] — A list of License Plates of Interest.
    - `creation_time` integer — The creation time of the License Plate of Interest.
    - `description` string — The description of the License Plate of Interest.
    - `license_plate` string — The license plate number of the License Plate of Interest.
  - `next_page_token` string — The pagination token used to fetch the next page of results.

---

[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/versions/4a79d2d949a6/schema)
