---
title: "Submit an email enumeration job"
method: POST
path: "/email/find"
---

# Submit an email enumeration job

`POST /email/find`

Generate and SMTP-verify pattern candidates for a person. Returns a job id; poll for the result.

## Request body

- FindEmailRequest — Request body for a single `POST /email/find`.
  - `first_name` string, required — First name of the person
  - `last_name` string, required — Last name of the person
  - `domain` string, required — Target email domain
  - `known_pattern` string, nullable — Known email pattern for this domain

## Response `202`

Successful Response

- FindEmailResponse — Response to `POST /email/find` — a submitted job.
  - `job_id` string, uuid, required
  - `status` 'queued' | 'processing' | 'completed' | 'failed', required — Job lifecycle status.

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-22** `eaeae50f8275` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/discolike/apis/discolike-api/changes/email/find/post.md)

---

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