---
title: "Get Suppression List"
method: GET
path: "/v1/batch/suppression-lists/{listId}"
tags: ["Cost Control"]
---

# Get Suppression List

`GET /v1/batch/suppression-lists/{listId}`

Get list details and paginated email hashes.

## Path parameters

- `listId` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

List details with paginated hashes.

- SuppressionList
  - `list_id` string
  - `count` integer
  - `created_at` string, date-time

## Other responses

- `401` — Unauthorized - Authentication failed. **Common causes:** - Missing X-API-Key header - Invalid or expired API key - Malformed API key

---

[API](https://skmtc.net/leadmagic/apis/leadmagic-api.md) · [All operations](https://skmtc.net/leadmagic/apis/leadmagic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/leadmagic/leadmagic-api/revisions/aa19cf9bc46a/schema)
