---
title: "Search schedule emails"
method: POST
path: "/email/scheduled/search"
tags: ["EMAILS"]
---

# Search schedule emails

`POST /email/scheduled/search`

Allows searching of scheduled emails

## Request body

- object
  - `schedule_id` string — The schedule_id returned from the `/email/send` endpoint
  - `search_subject` string — The subject of the email you want to search for
  - `search_recipient` string — The recipient of the email you want to search for
  - `search_sender` string — The sender of the email you want to search for
  - `limit` integer — If passed will limit the search results
  - `page` integer — If passed will return the results of the specific page

## Response `200`

Scheduled email results

- object[]
  - `schedule_id` string — A unique identifier for the scheduled_email
  - `schedule` string — A timestamp indicating when the email was scheduled. A total of 50,000 emails can be queued at any one time.
  - `sender` string — The sender of the scheduled email
  - `subject` string — The subject of the email
  - `recipients` string — The recipients the email is scheduled to send to
  - `client_ip` string — The IP address that scheduled the email.

## Other responses

- `400` — 400

---

[API](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4.md) · [All operations](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smtp2go/smtp2go-api-v3-0-4/revisions/1ba6b25eebb9/schema)
