Skip to main content
GET
Status
Poll this endpoint with the enrichmentId returned by Enrich Contact or Bulk Enrich Contacts.

Request

Path

enrichmentId
string
required
Obfuscated id returned when creating an enrichment.

Response

While status is PENDING or PROCESSING, the response includes a Retry-After header (in seconds) suggesting when to poll again.
enrichmentId
string
Same value as the enrichmentId path parameter.
status
string
One of:
  • PENDING — queued, not yet picked up.
  • PROCESSING — actively being worked on.
  • COMPLETED — finished; data contains the result.
  • FAILED — the enrichment job failed.
  • TIMED_OUT — stuck processing past the expected time; submit a new enrichment.
  • EXPIRED — previously completed, but the underlying charge-dedup window has since lapsed; submit a new enrichment to refresh it.
data
object | null
Present (non-null) only when status is COMPLETED.