Poll an Email Enrichment
Returns the current state of an email enrichment request. While the lookup is in progress status is pending or processing. When finished status is completed (with the found email) or not-found (no email available). Polling is a fallback for the callback and is safe to call repeatedly — a request is never charged twice.
callback_url webhook — it is safe to call repeatedly, and a request is never charged twice regardless of how often you poll.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | The enrichment request _id returned when the request was created. |
Status lifecycle
| Status | Meaning |
|---|---|
pending | Accepted, not yet started. |
processing | Lookup in progress. |
completed | An email was found — see the email field. (1 credit charged.) |
not-found | Lookup finished, no email available. email is null. No credit charged. |
failed | The lookup could not be completed. |
Response (200) — completed
Response (200) — still running
Errors
| Status | Description |
|---|---|
| 404 | No enrichment request found for the given id |
Authorizations
Path Parameters
The enrichment request _id returned by POST /v1/api/enrichment/email.
Response
Current state of the enrichment request.
Enrichment request ID. Use this to poll GET /v1/api/enrichment/email/{id}.
"507f1f77bcf86cd799439011"
Current state of the request. completed means an email was found; not-found means none was available.
pending, processing, completed, not-found, failed "https://www.linkedin.com/in/username"
Present once the lookup resolves. Reflects the requested email type.
work_email, personal_email Populated when status is completed. Null when status is not-found.
The external_id supplied on the original request, if any.
"lead-42"