---
title: "List Contacts"
method: GET
path: "/v1/contacts"
tags: ["Contacts"]
---

# List Contacts

`GET /v1/contacts`

List contacts for a project. Requires API key with audience:read.

## Query parameters

- `projectId` string, required
- `page` integer
- `limit` integer
- `tags` string
- `status` 'subscribed' | 'unsubscribed' | 'bounced' | 'non-subscribed'
- `search` string

## Response `200`

Contacts list

- ApiResponseSubscribersList
  - `success` boolean, required
  - `data` Subscriber[], nullable
    - `id` string
    - `email` string, email
    - `firstName` string
    - `lastName` string
    - `phone` string — Phone number
    - `country` string
    - `language` string
    - `tags` string[]
    - `customFields` object
    - `status` 'subscribed' | 'unsubscribed' | 'bounced' | 'non-subscribed'
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `error` string, nullable
  - `count` integer

## Other responses

- `400` — Bad request
- `401` — Unauthorized

---

[API](https://skmtc.net/migma/apis/migma-ai-api-v1.md) · [All operations](https://skmtc.net/migma/apis/migma-ai-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/migma/migma-ai-api-v1/revisions/3f3dba69574b/schema)
