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

# List contact lists

`GET /contact-lists`

Retrieve a paginated list of contact lists for your organisation.

    Supports optional name search via the ``search`` query parameter.
    Lists are returned in reverse chronological order (newest first).

    Authentication:
    - API key with READ or READ_WRITE permission

## Query parameters

- `search` string, nullable — Filter lists by name (partial, case-insensitive match)
- `limit` integer — Maximum number of lists to return
- `offset` integer — Number of lists to skip for pagination

## Response `200`

Successfully retrieved contact lists

- unknown

## Other responses

- `401` — Invalid or missing API key
- `403` — Insufficient permissions

---

[API](https://skmtc.net/yourang/apis/yourang-ai-external-api-v1.md) · [All operations](https://skmtc.net/yourang/apis/yourang-ai-external-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yourang/yourang-ai-external-api-v1/revisions/49680ee64400/schema)
