---
title: "Get Timestamps for a License Plate"
method: GET
path: "/cameras/v1/analytics/lpr/timestamps"
tags: ["LPR"]
---

# Get Timestamps for a License Plate

`GET /cameras/v1/analytics/lpr/timestamps`

Returns the timestamps for a certain license plate. Only works for cameras that are LPR enabled.

Response may be paginated if page_token exists.

## Query parameters

- `camera_id` string, required — The unique identifier of the camera.
- `license_plate` string, required — The requested license plate number.
- `start_time` integer — The start of the time range. Formatted as a Unix timestamp in seconds. Defaults to a day from the current time.
- `end_time` integer — The end of the time range. Formatted as a Unix timestamp in seconds. Defaults to the current time.
- `page_size` integer — The number of items returned in a single response. Default is 100. Max is 200.
- `page_token` integer — The pagination token used to fetch the next page of results.

## Response `200`

OK

- LPRTimestampResponseV1
  - `camera_id` string — The unique identifier of the camera.
  - `detections` integer[] — The timestamps when the license plate was detected. Formatted as a Unix timestamp in seconds.
  - `license_plate` string — The requested license plate number.
  - `next_page_token` integer — 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)
