---
title: "Get Contact List"
method: GET
path: "/groups/{group}"
tags: ["Contact Lists"]
---

# Get Contact List

`GET /groups/{group}`

Get details of a specific contact list

## Path parameters

- `group` string, required

## Query parameters

- `include` string

## Response `200`

Contact list details

- object
  - `data` object
    - `id` string
    - `name` string
    - `contact_count` integer
    - `created_at` string, date-time
    - `updated_at` string, date-time

---

[API](https://skmtc.dev/800/apis/public-api.md) · [All operations](https://skmtc.dev/800/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/800/public-api/revisions/aab9efc97342/schema)
