---
title: "Get a contact list"
method: GET
path: "/v3/contact-lists/{id}"
tags: ["Contact Lists"]
---

# Get a contact list

`GET /v3/contact-lists/{id}`

<small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>

Returns a single contact list by ID.

## Path parameters

- `id` integer, required

## Response `200`

Contact list details

- object — Contact list entity
  - `id` integer — Unique identifier of the contact list
  - `name` string — Contact list name
  - `isShared` boolean — Whether the contact list is shared across the team

## Other responses

- `400` — Route parameter validation failure (e.g. `id` not a positive integer), or a business-rule rejection.
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User does not have access to this list
- `404` — Contact list not found
- `429` — Too Many Requests

---

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