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

# List People

`GET /v1/attio/people`

List people from Attio.

## Query parameters

- `workspace_id` string, uuid, required
- `limit` integer

## Response `200`

Successful Response

- AppApiAttioPersonResponse[]
  - `id` string, required
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `email` string, nullable
  - `phone` string, nullable
  - `job_title` string, nullable
  - `created_at` 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)
