---
title: "List contacts in a list"
method: GET
path: "/v2/contact-lists/{contact_list_id}/contacts"
tags: ["Contact Lists"]
---

# List contacts in a list

`GET /v2/contact-lists/{contact_list_id}/contacts`

## Query parameters

- `page_size` integer
- `cursor` string

## Response `200`

Paginated list of contacts.

- ListContactsResponse
  - `has_more` boolean, required — Whether more records exist after this page.
  - `next_cursor` string — Opaque cursor to pass as `cursor` in the next request.
  - `contacts` ContactResponse[], required
    - `id` integer, required
    - `name` string, required
    - `phone_number` string
    - `phone_number_2` string
    - `phone_number_3` string
    - `contact_info` object — Arbitrary key-value metadata for the contact.
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `401` — Missing or invalid API key.
- `404` — The requested resource does not exist.
- `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)
