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

# List Contact Lists

`GET /contact_lists`

Returns a paginated collection of contact lists.

## Query parameters

- `company_id` string, uuid, required
- `page` integer

## Response `200`

Successfully retrieved contact lists

- object
  - `contact_lists` ContactList[]
    - `id` string, uuid, required — Unique identifier for the contact list
    - `name` string, required — Name of the contact list
    - `company_id` string, uuid, required — ID of the company or fund
  - `meta` PaginationMeta
    - `total` integer, required — Total number of items across all pages
    - `total_pages` integer, required — Total number of pages
    - `page` integer, required — Current page number

## Other responses

- `400` — Bad Request - The request is invalid or malformed
- `401` — Unauthorized - Invalid or missing authentication token
- `429` — Too Many Requests - Rate limit exceeded

---

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