---
title: "Get All Person of Interest"
method: GET
path: "/cameras/v1/people/person_of_interest"
tags: ["People"]
---

# Get All Person of Interest

`GET /cameras/v1/people/person_of_interest`

Returns the time of creation, label, last time seen, and person ID for each Person of Interest for an organization.

## Query parameters

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

## Response `200`

OK

- PersonOfInterestList
  - `next_token` string — The pagination token used to fetch the next page of results.
  - `persons_of_interest` PersonOfInterest[] — A list of Persons of Interest.
    - `created` integer — The timestamp when the Person of Interest was created. Formatted as a Unix timestamp in seconds.
    - `label` string — The name/label of the Person of Interest.
    - `last_seen` integer — The timestamp when the Person of Interest was last seen. Formatted as a Unix timestamp in seconds.
    - `person_id` string, uuid — The unique identifier of the Person of Interest.

---

[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)
