---
title: "Get batch job status and progress"
method: GET
path: "/api/v1/bulk/status/{jobId}"
tags: ["Batch"]
---

# Get batch job status and progress

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

## Path parameters

- `jobId` string, uuid, required

## Response `200`

Current job status

- object
  - `success` boolean
  - `job` object
    - `id` string, uuid
    - `status` 'pending' | 'processing' | 'completed' | 'failed'
    - `progress` integer
    - `totalEmails` integer
    - `processedEmails` integer
    - `deliverableCount` integer
    - `undeliverableCount` integer
    - `riskyCount` integer
    - `unknownCount` integer
    - `catchAllCount` integer
    - `createdAt` string, date-time
    - `completedAt` string, date-time, nullable
    - `bounceEstimate` object, nullable

## Other responses

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