---
title: "Get Profile Group Detail"
method: GET
path: "/applications/{client_id}/profile-groups/{group_id}/"
---

# Get Profile Group Detail

`GET /applications/{client_id}/profile-groups/{group_id}/`

## Path parameters

- `client_id` string, required
- `group_id` string, required

## Response `200`

200

- object
  - `id` string
  - `name` string
  - `is_active` boolean
  - `description` string
  - `profile_count` integer
  - `created_at` string
  - `attributes` object[]
    - `key` string
    - `value` string

## Other responses

- `404` — 404

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/versions/f3171d1c30f7/schema)
