---
title: "Retrieve the processing status of an email batch job."
method: POST
path: "/v1/batch-process-email-status"
tags: ["Email Verification"]
---

# Retrieve the processing status of an email batch job.

`POST /v1/batch-process-email-status`

This endpoint allows users to check the current status of a previously submitted batch email processing request. By providing a process_id, users can query the queue for details about the file being processed, including the filename, current status, and any relevant messages. Only the user who submitted the request can access the status of their specific job. If the process_id is invalid or not associated with the user, an error message is returned.

## Request body

- BatchEmailStatusRequest
  - `process_id` integer, required

## Response `200`

Successful Response

- BatchEmailStatusResponse
  - `process_id` integer, required
  - `filename` string, required
  - `current_status` string, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/revenuebase/apis/revenuebase-email-verification.md) · [All operations](https://skmtc.net/revenuebase/apis/revenuebase-email-verification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revenuebase/revenuebase-email-verification/versions/754d665f9402/schema)
