---
title: "Get all queued or processing email batch jobs for the current user"
method: GET
path: "/v1/queued-process"
tags: ["Email Verification"]
---

# Get all queued or processing email batch jobs for the current user

`GET /v1/queued-process`

This endpoint retrieves all email batch processing jobs that are currently in the 'QUEUED' or 'PROCESSING' status for the authenticated user. It returns a list of processes including their process IDs, filenames, statuses, messages, and last updated timestamps.

## Response `200`

Successful Response

- QueuedProcessesResponse
  - `processes` Process[], required
    - `process_id` integer, required
    - `filename` string, required
    - `status` string, required
    - `message` string, required
    - `last_updated` string, date-time, required

---

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