---
title: "List contact lists"
method: GET
path: "/contact-lists"
tags: ["Contact Lists"]
---

# List contact lists

`GET /contact-lists`

Returns all contact lists for a workspace.

## Query parameters

- `after` string, nullable
- `before` string, nullable
- `limit` integer

## Response `200`

OK

- PAContactListPagedDocsExample
  - `url` string
  - `results` PAContactListDTO[]
    - `id` string — The unique identifier of the contact list
    - `name` string — The name of the contact list
    - `url` string — The URL of the contact list resource
  - `pagination` Pagination
    - `next_cursor` string, nullable
    - `previous_cursor` string, nullable
    - `next_url` string, nullable
    - `previous_url` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/superchat/apis/superchat-api.md) · [All operations](https://skmtc.dev/superchat/apis/superchat-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/superchat/superchat-api/revisions/3bc557a0072f/schema)
