---
title: "Get Detailed File Verification Result"
method: GET
path: "/verifications/files/{id}/result"
tags: ["Verifications"]
---

# Get Detailed File Verification Result

`GET /verifications/files/{id}/result`

Returns status and results (if verified) of file with given ID. Required Access Level: ViewVerifyEmails

## Path parameters

- `id` string, string, required — string

## Query parameters

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

## Response `200`

OK

- VerificationFileResultDetails — Detailed verification file result info
  - `VerificationResult` EmailValidationResult[] — Verification result's details
    - `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'
  - `VerificationID` string, string — Identifier of this verification result
  - `Filename` string, string — Origin file name
  - `VerificationStatus` 'Processing' | 'Ready' | 'Expired' | 'Verified' | 'Error'
  - `FileUploadResult` FileUploadResult
    - `EmailsCount` integer — How many unique emails were detected the file
    - `DuplicatedEmailsCount` integer — How many email duplicates were detected
  - `DateAdded` string, date-time — Date of creation in YYYY-MM-DDThh:ii:ss format
  - `Source` string, string — Origin file extension

---

[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)
