Skip to main content
GET
GET
Retrieve the result of a previously launched email search using its unique ID. Authenticate every request with your API key in the x-api-key header.
Using a webhook allows you to skip calling this GET endpoint, as you will be notified the second your search is finished. See How Webhooks Work.

Query Parameters

string
required
The unique identifier returned from the POST request

Response

200 — Search completed

string
The discovered email address
string
valid (email found) or invalid (email not found). Why binary?
object
Contact and company information
object
Custom properties passed in the original request, returned as-is

202 — Search still in progress

string
ongoing — the search is not finished yet. Poll again shortly, or use a webhook to be notified automatically. Retrieving a result does not consume credits; see Credits & billing.

Error Responses

See Error handling for the full list of status codes and response formats.

Next steps

Find an email

Launch a single email search to obtain a search id.

Get bulk results

Retrieve the results of a bulk email search.

Webhooks

Get notified automatically when a search completes.

Authentication

How to pass your API key in the x-api-key header.