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

# List contacts in a contact list

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

Retrieve a paginated list of contacts belonging to a specific contact list.

    Returns external-safe contact fields: id, first_name, last_name, email, phone_number.
    The list must belong to your organisation.

    Authentication:
    - API key with READ or READ_WRITE permission

## Path parameters

- `contact_list_id` string, uuid, required

## Query parameters

- `limit` integer — Maximum number of contacts to return
- `offset` integer — Number of contacts to skip for pagination

## Response `200`

Successfully retrieved contacts in list

- unknown

## Other responses

- `401` — Invalid or missing API key
- `403` — Insufficient permissions
- `404` — Resource not found

---

[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)
