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

# Get an account list

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

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

Returns a single account list by ID.

## Path parameters

- `id` integer, required

## Response `200`

Account list details

- object — Account list entity
  - `id` integer — Unique identifier of the account list
  - `name` string — Account list name

## 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.
- `404` — Account 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)
