---
title: "List Contact Lists"
method: GET
path: "/groups"
tags: ["Contact Lists"]
---

# List Contact Lists

`GET /groups`

List all contact lists for a company

## Query parameters

- `page` integer
- `size` integer
- `company_id` integer, required
- `include` string

## Response `200`

List of contact lists

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

---

[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)
