---
title: "GET /blocklist/batch"
method: GET
path: "/blocklist/batch"
tags: ["Blocklist"]
---

# GET /blocklist/batch

`GET /blocklist/batch`

## Query parameters

- `limit` integer, nullable
- `offset` integer, nullable

## Response `200`

List of batch blocklist jobs

- ListBatchBlocklistJobsResponse — Response for `GET /blocklist/batch`.
  - `count` integer, required
  - `total_count` integer, required
  - `data` BatchBlocklistJobStatusResponse[], required
    - `job_id` string, required
    - `merchant_id` string, required
    - `status` 'initiated' | 'processing' | 'completed' | 'failed', required
    - `total_rows` integer, required
    - `succeeded_rows` integer, required
    - `failed_rows` integer, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

---

[API](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0.md) · [All operations](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperswitch/dynamic-routing-openapi-3-0/revisions/8fbf69ab2597/schema)
