---
title: "Get a list of contact groups"
method: GET
path: "/v1/contactGroups"
tags: ["ContactGroups"]
---

# Get a list of contact groups

`GET /v1/contactGroups`

Retrieve a paged collection of contact groups (required scope contacts:read)

## Query parameters

- `sortBy` 'name' — Shows the possible values for sorting contact groups<p>Possible values:</p><ul><li><b>name</b>: Sorts contact groups by name</li></ul>
- `direction` 'ascending' | 'descending' — Represents the direction in which sorting should be applied<p>Possible values:</p><ul><li><b>ascending</b>: Indicates ascending sorting order</li><li><b>descending</b>: Indicates descending sorting order</li></ul>
- `name` string
- `id` integer[]
- `pageNumber` integer
- `pageSize` integer

## Headers

- `Customer-Id` integer, required

## Response `200`

OK

- PagedResponseReadContactGroupModel — A paged collection of items
  - `items` ReadContactGroupModel[] — The items returned for the requested page
    - `id` integer — The unique identifier of the contact group
    - `name` string — The name of the contact group
  - `pageNumber` integer — The page number of the response where 1 is the first page
  - `pageSize` integer — The number of items requested for the current page
  - `pageItemCount` integer — The number of items returned in the current page

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/bigchange/apis/bigchange-dx.md) · [All operations](https://skmtc.net/bigchange/apis/bigchange-dx/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigchange/bigchange-dx/revisions/916e669fc527/schema)
