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

# List contacts

`GET /api/v1/contacts`

Lists contacts in the active workspace. Contact PII is decrypted in the authorized response.

## Query parameters

- `page` integer
- `limit` integer
- `search` string
- `tags` string
- `status` string

## Response `200`

Contact list

- ContactListResponse
  - `contacts` Contact[]
    - `id` string
    - `email` string, email
    - `name` string
    - `phone` string
    - `description` string
    - `status` 'active' | 'unsubscribed' | 'bounced'
    - `tags` string[]
    - `createdAt` string, date-time
  - `total` integer
  - `page` integer
  - `limit` integer
  - `totalPages` integer

## Other responses

- `401` — Missing, invalid, revoked, or expired token
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/nudgen-marketing/apis/nudgen-developer-api.md) · [All operations](https://skmtc.net/nudgen-marketing/apis/nudgen-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nudgen-marketing/nudgen-developer-api/versions/f90a364e1720/schema)
