---
title: "List the people found at a prospect's site"
method: GET
path: "/v3/outreach/prospects/{id}/people"
tags: ["Outreach"]
---

# List the people found at a prospect's site

`GET /v3/outreach/prospects/{id}/people`

People discovered at one site, with their role and whether an address has been resolved for them. Populated by outreach_find_people.

## Path parameters

- `id` string, required

## Response `200`

Default Response

- object
  - `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/:id/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/fa1bfff7ecc8?raw)
