---
title: "Get Bulk Verification Status"
method: GET
path: "/verifications/bulk/{bulk_id}"
tags: ["Verifications"]
deprecated: true
---

# Get Bulk Verification Status

`GET /verifications/bulk/{bulk_id}`

> **Deprecated.**

**Deprecated.** Use [`GET /bulks/{bulk_id}`](/reference/get-bulk) instead. This endpoint remains as an alias and returns the same payload (without the new `type` field). It will be removed in a future release.

Retrieve the status and metrics for a bulk verification job.

## Path parameters

- `bulk_id` string, uuid, required

## Response `200`

Bulk verification status retrieved successfully.

- BulkVerificationStatusResponse
  - `metrics` object
    - `total` integer — Total number of verifications in the bulk job.
    - `completed` integer — Number of completed verifications.
    - `in_progress` integer — Number of verifications still in progress.
  - `bulk_id` string, uuid — The unique identifier for this bulk verification job.
  - `created_at` string, date-time — Timestamp of when the bulk verification was created.

## Other responses

- `401` — Unauthorized - Invalid or missing API key.
- `404` — Bulk verification job not found.

---

[API](https://skmtc.net/burodeingresos/apis/bur-de-ingresos-api.md) · [All operations](https://skmtc.net/burodeingresos/apis/bur-de-ingresos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/burodeingresos/bur-de-ingresos-api/versions/59e48cdbdd84/schema)
