---
title: "GET /v1/contactBooks/{contactBookId}/contacts"
method: GET
path: "/v1/contactBooks/{contactBookId}/contacts"
---

# GET /v1/contactBooks/{contactBookId}/contacts

`GET /v1/contactBooks/{contactBookId}/contacts`

## Path parameters

- `contactBookId` string, required

## Query parameters

- `emails` string
- `page` number
- `limit` number
- `ids` string

## Response `200`

Retrieve multiple contacts

- object[]
  - `id` string, required
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `email` string, required
  - `subscribed` boolean
  - `properties` object, required
  - `contactBookId` string, required
  - `createdAt` string, required
  - `updatedAt` string, required

## Changes

- **2025-02-05** `7f3418c476d5` — 1 info
  - endpoint added
- **2024-05-21** `ad91eadfd8ee` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/usesend/apis/usesend-api/changes/v1/contactBooks/:contactBookId/contacts/get.md)

---

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