---
title: "List outreach emails and their delivery status"
method: GET
path: "/v3/outreach/outbox/emails"
tags: ["Outreach"]
---

# List outreach emails and their delivery status

`GET /v3/outreach/outbox/emails`

## Query parameters

- `limit` integer
- `conversationId` string
- `conversationIds` string

## Response `200`

Default Response

- object
  - `truncated` boolean
  - `emails` object[]
    - `id` string
    - `status` string
    - `toEmail` string, nullable
    - `toName` string, nullable
    - `toRole` string, nullable
    - `domain` string, nullable
    - `subject` string, nullable
    - `body` string, nullable
    - `linkStatus` string, nullable
    - `error` string, nullable
    - `createdAt` string
    - `sentAt` string, nullable
    - `repliedAt` string, nullable

## Changes

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

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/outreach/outbox/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/ea8bce67cd7e?raw)
