---
title: "Get all the lists"
method: GET
path: "/contacts/lists"
tags: ["Contacts"]
---

# Get all the lists

`GET /contacts/lists`

## Query parameters

- `limit` integer
- `offset` integer
- `sort` 'asc' | 'desc'

## Response `200`

Lists informations

- GetLists
  - `lists` object[] — Listing of all the lists available in your account
    - `id` integer, required — ID of the list
    - `name` string, required — Name of the list
    - `totalBlacklisted` integer, required — Number of blacklisted contacts in the list
    - `totalSubscribers` integer, required — Number of contacts in the list
    - `uniqueSubscribers` integer, required — Number of unique contacts in the list
    - `folderId` integer, required — ID of the folder
  - `count` integer — Number of lists in your account

## Other responses

- `400` — bad request

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/versions/2aec3cf66501/schema)
