Email validation
Bulk Job Results
Retrieve verification results for a bulk job. Returns an array of EmailVerificationResponse objects for every email processed so far.
GET
cURL
Use this endpoint to retrieve the verification results for a bulk job. It returns an array of EmailVerificationResponse objects — one for each email in the job. You can call this endpoint before the job has fully completed to retrieve partial results, though theDocumentation Index
Fetch the complete documentation index at: https://orbisearch.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
results array will only contain entries for emails processed so far.
Fetching partial results
You do not need to wait for a job to reachcomplete status before calling this endpoint. If you call it while the job is still in_progress, the response will contain whatever results are available at that moment. The total_results field reflects the number of results in the current response, not the final total for the job.
To confirm you have all results, check that the job status is complete and pending_retries is empty ([]) before treating the result set as final. pending_retries is an array of email addresses still queued for automatic greylist retry — an empty array means the job has fully settled.Authorizations
API key for authentication
Path Parameters
Response
Successful Response
Results of a completed bulk verification job.
Unique job identifier.
Example:
"123e4567-e89b-12d3-a456-426614174000"
Job status when results were fetched.
Available options:
complete, partial_complete_retrying Example:
"complete"
Total number of results in this response.
Example:
100
Array of email verification results.
Emails still being retried (greylisted, awaiting MTA retry window).
Example:
["email1@example.com"]Number of emails still being retried.
Example:
5