---
title: "List Mailing Lists"
method: GET
path: "/print-mail/v1/mailing_lists"
tags: ["Mailing Lists"]
---

# List Mailing Lists

`GET /print-mail/v1/mailing_lists`

Retrieve a list of mailing lists.

Returns a paginated list of mailing lists associated with the authenticated organization,
filterable by various parameters.

## Query parameters

- `skip` integer
- `limit` integer
- `search` union
  - string
  - string — You can supply a structured search query instead of supplying unstructured text to any list endpoint help refine your search for a resource. For example, let's say you created a series of letters that all had `metadata: { campaignID: 'abc' }`. You could search for all those letters by passing in `{ "metadata.campaignID": "abc" }` into the `search` parameter. Note that this string must be valid JSON.

## Response `200`

A list object containing mailing lists.

- MailingListList — A list of mailing lists.
  - `object` 'list', required
  - `totalCount` integer, required
  - `skip` integer, required
  - `limit` integer, required
  - `data` MailingList[], required
    - `id` string, required — A unique ID prefixed with mailing_list_
    - `description` string — An optional string describing this resource. Will be visible in the API and the dashboard.
    - `metadata` object — See the section on Metadata.
    - `live` boolean, required — `true` if this is a live mode resource else `false`.
    - `createdAt` string, date-time, required — The UTC time at which this resource was created.
    - `updatedAt` string, date-time, required — The UTC time at which this resource was last updated.
    - `status` 'creating_contacts' | 'removing_contacts' | 'counting_recipient_country_codes' | 'completed', required — Status of the mailing list processing.
    - `errors` ProcessError[] — A list of processing errors encountered, if any.
      - `type` 'mailing_list_imports_not_found_error' | 'download_file_error' | 'operational_error' | 'internal_service_error', required — Type of error encountered during mailing list processing.
      - `message` string, required — A human-readable message describing the error.

## Other responses

- `400` — A list object containing mailing lists.
- `401` — A list object containing mailing lists.
- `429` — A list object containing mailing lists.
- `500` — A list object containing mailing lists.

---

[API](https://skmtc.net/postgrid/apis/postgrid-address-verification-api.md) · [All operations](https://skmtc.net/postgrid/apis/postgrid-address-verification-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/postgrid/postgrid-address-verification-api/versions/537d2bbc624a/schema)
