---
title: "List People"
method: GET
path: "/v1/entities/people"
tags: ["entities"]
---

# List People

`GET /v1/entities/people`

List people with optional filters.

## Query parameters

- `workspace_id` string, uuid, required
- `is_internal` boolean, nullable
- `limit` integer

## Response `200`

Successful Response

- AppApiEntitiesPersonResponse[]
  - `key` string, required
  - `name` string, required
  - `email` string, nullable
  - `title` string, nullable
  - `department` string, nullable
  - `is_internal` boolean
  - `company_name` string, nullable
  - `company_key` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ontora/apis/ontora-api.md) · [All operations](https://skmtc.dev/ontora/apis/ontora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ontora/ontora-api/revisions/7f57037fd94b/schema)
