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

# Get a contact list

`GET /v1/contact-lists/{contact_list_id}`

## Path parameters

- `contact_list_id` integer, required

## Response `200`

Contact list details

- ContactListResponse
  - `id` integer — Unique identifier.
  - `name` string — Contact list name.
  - `contact_count` integer — Number of contacts in the list.
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `404` — Contact list not found

---

[API](https://skmtc.net/openmicai/apis/openmic-v1-external-api.md) · [All operations](https://skmtc.net/openmicai/apis/openmic-v1-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openmicai/openmic-v1-external-api/versions/71c32e6ffd95/schema)
