---
title: "List every contact across all prospects"
method: GET
path: "/v3/outreach/prospects/people"
tags: ["Outreach"]
---

# List every contact across all prospects

`GET /v3/outreach/prospects/people`

Flat list of the people found across every prospect, with their site, role and resolved address. Use outreach_prospect_people for one site.

## Query parameters

- `limit` integer

## Response `200`

Default Response

- object
  - `truncated` boolean
  - `people` object[]
    - `id` string
    - `isNew` boolean
    - `createdAt` string
    - `updatedAt` string
    - `lastActivityAt` string — Latest update to this person or an address linked to them. People are returned newest first by this time.
    - `fullName` string
    - `title` string, nullable
    - `seniority` string, nullable
    - `companyName` string, nullable
    - `companyDomain` string, nullable
    - `linkedinUrl` string, nullable
    - `location` string, nullable
    - `countryCode` string, nullable
    - `status` string
    - `lastError` string, nullable
    - `isTarget` boolean, nullable
    - `email` object, nullable
      - `id` string
      - `email` string
      - `name` string, nullable
      - `role` string, nullable
      - `verifiedStatus` string
      - `confidence` number
      - `isPrimary` boolean
    - `emails` object[]
      - `id` string
      - `email` string
      - `name` string, nullable
      - `role` string, nullable
      - `verifiedStatus` string
      - `confidence` number
      - `isPrimary` boolean

## Changes

- **2026-09-23** `fa1bfff7ecc8` — 1 info
  - added the optional property `people/items/companyDomain` to the response with the `200` status
- **2026-09-17** `ea8bce67cd7e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/outreach/prospects/people/get.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/snowseo/apis/snowseo-api/revisions/68d7cda28432?raw)
