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

# List contact lists

`GET /v3/contact-lists`

<small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>

Returns a paginated list of all contact lists.

## Query parameters

- `top` integer
- `skip` integer
- `search` string

## Response `200`

Paginated list of contact lists

- object
  - `items` object[]
    - `id` integer — Unique identifier of the contact list
    - `name` string — Contact list name
    - `isShared` boolean — Whether the contact list is shared across the team
  - `hasMore` boolean — Whether more items are available beyond the current page

## Other responses

- `400` — Invalid pagination parameters
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks required feature scope to view contact lists
- `429` — Too Many Requests

---

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