---
title: "List mailing lists"
method: GET
path: "/v1/lists"
tags: ["Mailing lists"]
---

# List mailing lists

`GET /v1/lists`

Retrieve a list of your account's mailing lists.

## Response `200`

Successful.

- MailingList[]
  - `id` string, required — The ID of the mailing list.
  - `name` string, required — The name of the mailing list.
  - `description` string, nullable, required — The description of the mailing list. `null` if no description is set.
  - `isPublic` boolean, required — Whether the mailing list is public (`true`) or private (`false`).

## Other responses

- `405` — Wrong HTTP request method.

---

[API](https://skmtc.net/loops/apis/loops-openapi-spec.md) · [All operations](https://skmtc.net/loops/apis/loops-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loops/loops-openapi-spec/revisions/9cc087257f0d/schema)
