---
title: "Get all the contacts"
method: GET
path: "/contacts"
tags: ["Contacts"]
---

# Get all the contacts

`GET /contacts`

## Query parameters

- `limit` integer
- `offset` integer
- `modifiedSince` string
- `createdSince` string
- `sort` 'asc' | 'desc'
- `segmentId` integer
- `listIds` integer[]
- `filter` string

## Response `200`

All contacts listed

- GetContacts
  - `contacts` GetContactDetails[], required
    - `email` string, email — Email address of the contact for which you requested the details
    - `id` integer, required — ID of the contact for which you requested the details
    - `emailBlacklisted` boolean, required — Blacklist status for email campaigns (true=blacklisted, false=not blacklisted)
    - `smsBlacklisted` boolean, required — Blacklist status for SMS campaigns (true=blacklisted, false=not blacklisted)
    - `createdAt` string, required — Creation UTC date-time of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ)
    - `modifiedAt` string, required — Last modification UTC date-time of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ)
    - `listIds` integer[], required
    - `listUnsubscribed` integer[]
    - `attributes` object, required — Set of attributes of the contact
  - `count` integer, required — Number of contacts

## Other responses

- `400` — bad request

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/versions/2aec3cf66501/schema)
