---
title: "List a prospect's contact addresses"
method: GET
path: "/v3/outreach/prospects/{id}/emails"
tags: ["Outreach"]
---

# List a prospect's contact addresses

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

Every address found for one prospect, best first, with its verification status and confidence. The id of a row here is the prospectEmailId that outreach_queue_emails and outreach_draft_email take.

## Path parameters

- `id` string, required

## Response `200`

Default Response

- object
  - `emails` object[]
    - `id` string
    - `email` string
    - `name` string, nullable
    - `role` string, nullable
    - `verifiedStatus` string
    - `confidence` number
    - `isPrimary` boolean

## Changes

- **2026-09-17** `ea8bce67cd7e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/outreach/prospects/:id/emails/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)
