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

# List contact lists

`GET /v2/contact-lists`

## Query parameters

- `page_size` integer
- `cursor` string
- `created_after` string, date-time
- `created_before` string, date-time

## Response `200`

Paginated list of contact lists.

- ListContactListsResponse
  - `has_more` boolean, required — Whether more records exist after this page.
  - `next_cursor` string — Opaque cursor to pass as `cursor` in the next request.
  - `contact_lists` ContactListResponse[], required
    - `id` integer, required
    - `name` string, required
    - `contact_count` integer
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `401` — Missing or invalid API key.
- `429` — Rate limit exceeded.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/openmicai/apis/openmic-v1-external-api.md) · [All operations](https://skmtc.net/openmicai/apis/openmic-v1-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openmicai/openmic-v1-external-api/revisions/58dc5cff0ca7/schema)
