---
title: "Submit a batch of enumeration jobs"
method: POST
path: "/email/find/batch"
---

# Submit a batch of enumeration jobs

`POST /email/find/batch`

Submit many enumeration requests at once. Returns a batch id; poll batch results.

## Request body

- FindEmailBatchRequest — Request body for `POST /email/find/batch`.
  - `requests` FindEmailRequest[], required — Find-email requests to process
    - `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

- BatchResponse — Response to `POST /email/batch` — a submitted batch.
  - `batch_id` string, uuid, required
  - `job_ids` string[], required
  - `total` integer, required

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