---
title: "Retrieves a ContactGroup resource."
method: GET
path: "/contact_groups/{id}"
tags: ["ContactGroup"]
---

# Retrieves a ContactGroup resource.

`GET /contact_groups/{id}`

Retrieves a ContactGroup resource.

## Path parameters

- `id` string, required

## Response `200`

ContactGroup resource

- ContactGroup — Contact groups represent contacts that are segmented into groups based on specific characteristics
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for each contact group
  - `name` string — The name of the contact group
  - `contactId` string, nullable — The ID of a contact within the contact group
  - `contactName` string, nullable — The name of a contact within the contact group
  - `isActive` boolean, nullable — Whether the contact group is active or not

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
