---
title: "Get Emails Verification Results"
method: GET
path: "/verifications"
tags: ["Verifications"]
---

# Get Emails Verification Results

`GET /verifications`

Returns a results of all verified single emails. Required Access Level: ViewVerifyEmails

## Query parameters

- `limit` integer — integer
- `offset` integer — integer

## Response `200`

OK

- EmailValidationResult[]
  - `Account` string, string — Local part of an email
  - `Domain` string, string — Name of selected domain.
  - `Email` string, string — Full email address that was verified
  - `SuggestedSpelling` string, string — Suggested spelling if a possible mistake was found
  - `Disposable` boolean — Does the email have a temporary domain
  - `Role` boolean — Is an email a role email (e.g. info@, noreply@ etc.)
  - `Reason` string, string — All detected issues
  - `DateAdded` string, date-time — Added date
  - `Result` 'None' | 'Valid' | 'Unknown' | 'Risky' | 'Invalid'
  - `PredictedScore` number — Predicted score
  - `PredictedStatus` 'None' | 'Valid' | 'LowRisk' | 'HighRisk' | 'Invalid'

---

[API](https://skmtc.net/elasticemail/apis/megamail-api.md) · [All operations](https://skmtc.net/elasticemail/apis/megamail-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elasticemail/megamail-api/versions/1a0ebb83f676/schema)
