Semantics
Response semantics
How to read Finder and Probe results.
Response semantics
Finder and Probe return the same top-level result shape, so you can handle results consistently across both workflows.
Core fields
state: The final verification result. This isdeliverableorundeliverable.outcome: A compact request outcome such asfound,not_found, orerror.address: The resolved or verified email address when one is available.
Additional context
identity_providers: Provider details associated with the result.mx_hosts: Observed mail routing hosts.request_id: A request identifier when available.
Error outcomes
outcome=error means the system could not complete verification cleanly. It is not the same as a confirmed negative result.
In practice:
- synchronous single-item calls should usually be retried later
- batch and background job results may contain a mix of
found,not_found, anderror - item-level
errorresponses are best treated as operational exceptions, not as mailbox verdicts
For client probe batch and background jobs, operational error items are not meant to be interpreted as “this mailbox does not exist.”
Background job semantics
Background jobs add two layers around the usual Finder and Probe result meanings:
- a job-level status such as
queued,processing,completed, orfailed - item-level result semantics inside the job payload
A completed job can still contain some item-level outcome=error results while the overall job status remains completed.
Temporary busy responses
Some synchronous public endpoints may return 429 when real-time verification capacity is already full.
That response means:
- the request was not admitted for immediate synchronous execution
- the service is temporarily busy, not permanently unavailable
- background jobs remain the preferred fallback for work that can wait
For most integrations, state, outcome, and address are the three fields to handle first.
Quick links
Browse the docs
Start with the overview, move into authentication and implementation details, then keep the reference pages nearby while you build.
Agent-ready docs
Copy this page or hand an agent `llms.txt`
Copy the current page as Markdown, or copy `llms.txt` when you want to give an assistant a clean index of the docs, reference, and related pages.
Companion routes
Reference, pricing, and access
Jump from the guides into the live API reference, pricing, or token management when you are ready to move from evaluation to production use.