---
title: "Get results"
method: GET
path: "/v1.1/email/verify/batch/{batchId}/download"
tags: ["batch"]
---

# Get results

`GET /v1.1/email/verify/batch/{batchId}/download`

Download batch result as JSON. You can filter out what to download by status, eg. download only deliverable emails.

## Path parameters

- `batchId` string, required

## Query parameters

- `download` string

## Response `200`

OK

- EmailRecord[]
  - `email` string, required
  - `status` 'deliverable' | 'risky' | 'undeliverable' | 'unknown', required
  - `reason` 'accepted_email' | 'low_deliverability' | 'low_quality' | 'invalid_email' | 'invalid_domain' | 'rejected_email' | 'dns_error' | 'unavailable_smtp' | 'unsupported' | 'timeout' | 'unknown', required
  - `domain` object
    - `name` string, required
    - `acceptAll` 'yes' | 'no' | 'unknown', required
    - `disposable` 'yes' | 'no' | 'unknown', required
    - `free` 'yes' | 'no' | 'unknown', required
  - `account` object
    - `role` 'yes' | 'no' | 'unknown', required
    - `disabled` 'yes' | 'no' | 'unknown', required
    - `fullMailbox` 'yes' | 'no' | 'unknown', required
  - `dns` object
    - `type` string, required
    - `record` string
  - `provider` string
  - `score` integer
  - `toxic` string
  - `toxicity` integer
  - `retryAfter` string

## Other responses

- `404` — Not Found
- `405` — Method Not Allowed

---

[API](https://skmtc.net/usebouncer/apis/bouncer.md) · [All operations](https://skmtc.net/usebouncer/apis/bouncer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usebouncer/bouncer/revisions/b0e32da70a20/schema)
