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

# List contact lists

`GET /v1/contact-lists`

## Query parameters

- `limit` integer
- `offset` integer
- `created_after` string, date-time
- `created_before` string, date-time

## Response `200`

List of contact lists

- ListContactListsResponse
  - `contact_lists` ContactListResponse[]
    - `id` integer — Unique identifier.
    - `name` string — Contact list name.
    - `contact_count` integer — Number of contacts in the list.
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `pagination` object
    - `limit` integer
    - `offset` integer
    - `total` integer
    - `has_more` boolean

---

[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/versions/71c32e6ffd95/schema)
