Email Finder
Get Bulk Email Results
Retrieve the results, stats, and credit breakdown of a bulk email search by batch ID
GET
GET
Retrieve all results from a batch email search using the batch ID. Authenticate every request with your API key in the
See Error handling for the full list of status codes and response formats.
x-api-key header. The batch ID is the id returned when you start a job with the Find Bulk Emails endpoint.
Using a webhook allows you to skip calling this GET endpoint. See How Webhooks Work.
Query Parameters
The
id returned from the POST requestResponse
200 — Search completed
Batch metadata
Batch statistics
Array of search results
200 — Search still in progress
While the batch is running, the GET endpoint returns HTTP200 with a reduced body of the shape { general: { id, status: "ongoing" }, stats: { finished, requested } }.
id and status: "ongoing"finished and requested countsError Responses
| Code | Message |
|---|---|
| 400 | Could not retrieve bulk search results |
Next steps
Find emails in bulk
Start a new batch of up to 5,000 email searches.
Webhooks
Skip polling and get notified when a batch completes.
Credits & billing
See how credits are charged and refunded per result.
Verify emails in bulk
Validate a list of email addresses in a single batch.

