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

# List contacts

`GET /contacts`

## Query parameters

- `page` integer
- `limit` integer
- `search` string
- `segment_id` string

## Response `200`

Paginated list

- PaginatedContactList
  - `data` Contact[]
    - `id` string
    - `email` string, email
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `unsubscribed` boolean
    - `properties` object
    - `created_at` string, date-time
  - `pagination` Pagination
    - `page` integer
    - `limit` integer
    - `total` integer
    - `totalPages` integer

---

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