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

# Get contact's lists

`GET /v3/contacts/{id}/lists`

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

Use this endpoint when you need to see which contact lists a contact belongs to, including each list's name and whether it is shared with your team.

## Path parameters

- `id` integer, required

## Response `200`

Contact lists for contact retrieved successfully

- object[]
  - `id` integer
  - `name` string

## 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 lacks required feature scope to view this contact
- `404` — Contact 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)
