---
title: "/v1/bulk/{job_id}"
method: GET
path: "/v1/bulk/{job_id}"
---

# /v1/bulk/{job_id}

`GET /v1/bulk/{job_id}`

Retrieve the progress of a bulk verification job.

## Response `200`

OK

- object
  - `job_id` integer, required
  - `created_at` string, date-time, required — The date and time when the bulk verification job was created.
  - `finished_at` string, date-time — If the bulk verification job is completed, the date and time when it was finished.
  - `total_records` integer, required — The number of emails to verify in the bulk verification job.
  - `total_processed` integer, required — The number of emails that have been verified at the time of the query.
  - `summary` object, required — A summary of the processed emails.
    - `total_safe` integer, required — The number of emails where `is_reachable` is "safe".
    - `total_invalid` integer, required — The number of emails where `is_reachable` is "invalid".
    - `total_risky` integer, required — The number of emails where `is_reachable` is "risky".
    - `total_unknown` integer, required — The number of emails where `is_reachable` is "unknown".
  - `job_status` 'Running' | 'Completed', required — The status of the job, either "Running" or "Completed".

---

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