---
title: "Download batch verification results"
method: GET
path: "/api/v1/bulk/results/{jobId}"
tags: ["Batch"]
---

# Download batch verification results

`GET /api/v1/bulk/results/{jobId}`

Available once the job status is `completed`; returns 400 with code JOB_NOT_COMPLETED before that. Results are returned in the original upload order.

## Path parameters

- `jobId` string, uuid, required

## Response `200`

Full verification results

- object
  - `success` boolean
  - `results` VerificationResult[]
    - `email` string, email
    - `status` 'deliverable' | 'undeliverable' | 'risky' | 'unknown'
    - `subStatus` string
    - `reason` string
    - `score` integer
    - `isDeliverable` boolean
    - `toxicity` integer
    - `checks` object
      - `syntax` boolean
      - `mxRecords` boolean
      - `smtpValid` boolean, nullable
      - `isDisposable` boolean
      - `isRoleBased` boolean
      - `isFreeProvider` boolean
      - `isCatchAll` boolean, nullable
      - `hasTypo` boolean, nullable
    - `meta` object
      - `domain` string
      - `localPart` string
      - `mxHost` string, nullable
      - `provider` string, nullable
      - `dnsType` string, nullable
      - `verifiedAt` string, date-time
      - `processingTimeMs` integer
    - `riskFactors` string[]
  - `originalCsvData` object, nullable

## Other responses

- `400` — Job not completed yet (code JOB_NOT_COMPLETED)
- `401` — Missing or invalid API key
- `404` — Resource not found

---

[API](https://skmtc.dev/clearbounce/apis/clearbounce-api.md) · [All operations](https://skmtc.dev/clearbounce/apis/clearbounce-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clearbounce/clearbounce-api/revisions/24d5e66f3f11/schema)
