---
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

---

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