---
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

---

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