---
title: "Get all component groups for a channel"
method: GET
path: "/channels/{channel_id}/component_groups"
tags: ["Channel Component Operations"]
---

# Get all component groups for a channel

`GET /channels/{channel_id}/component_groups`

## Path parameters

- `channel_id` string, required

## Response `200`

OK

- CatalogGroup[]
  - `name` string, required — identifying name of a catalog group for its channel; "base" is a reserved and predefined (system) group name
  - `hidden` boolean — indicator if this catalog group (and its resources, e.g. components) will be available in the ChannelManager UI
  - `system` boolean — indicator if this catalog group (and its resources, e.g. components) are protected; if true implies hidden is true

## Other responses

- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/bloomreach/apis/documents-delivery-api-2-0.md) · [All operations](https://skmtc.net/bloomreach/apis/documents-delivery-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bloomreach/documents-delivery-api-2-0/revisions/87bfc06578c2/schema)
