---
title: "Search for Outreach Emails"
method: GET
path: "/emailer_messages/search"
tags: ["Sequences"]
---

# Search for Outreach Emails

`GET /emailer_messages/search`

This endpoint doesn't consume Apollo credits. Learn more about [API pricing and credits](https://docs.apollo.io/docs/api-pricing).

<a href="https://knowledge.apollo.io/hc/en-us/articles/4409237165837-Sequences-Overview" target="_blank">Sequences</a> are outreach campaigns that sales teams use to reach out to contacts over a planned period of time.<br><br>Use the Search for Outreach Emails endpoint to find emails that your team has created and sent as part of Apollo sequences.<br><br>To protect Apollo's performance for all users, this endpoint has a display limit of 50,000 records (100 records per page, up to 500 pages). Add more filters to narrow your search results as much as possible.

## Query parameters

- `emailer_message_stats[]` string[]
- `emailer_message_reply_classes[]` string[]
- `user_ids[]` string[]
- `email_account_id_and_aliases` string
- `emailer_campaign_ids[]` string[]
- `not_emailer_campaign_ids[]` string[]
- `emailer_message_date_range_mode` string
- `emailer_message_date_range[max]` string, date
- `emailer_message_date_range[min]` string, date
- `not_sent_reason_cds[]` string[]
- `q_keywords` string
- `page` integer
- `per_page` integer

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `422` — 422
- `429` — 429

---

[API](https://skmtc.dev/apollo/apis/apollo-rest-api.md) · [All operations](https://skmtc.dev/apollo/apis/apollo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apollo/apollo-rest-api/revisions/c715a05fa6e2/schema)
