---
title: "List Component Groups"
method: GET
path: "/component-groups"
tags: ["Component Groups"]
---

# List Component Groups

`GET /component-groups`

## Query parameters

- `sort` string
- `include` string
- `per_page` integer
- `page` integer

## Response `200`

Paginated set of `ComponentGroup`

- object
  - `data` ComponentGroup[], required
    - `id` string, required
    - `type` 'componentGroups', required
    - `attributes` object
      - `id` string, required
      - `name` string, required
      - `order` string, required
      - `visible` string, required
      - `created` object, required
        - `human` string, required
        - `string` string, required
      - `updated` object, required
        - `human` string, required
        - `string` string, required
    - `relationships` object
      - `components` object
        - `data` Component[], required
          - `id` string, required
          - `type` 'components', required
          - `attributes` object
            - `id` string, required
            - `name` string, required
            - `description` string, required
            - `link` string, required
            - `order` string, required
            - `status` object, required
              - …
            - `enabled` string, required
            - `meta` string, required
            - `created` object, required
              - …
            - `updated` object, required
              - …
          - `relationships` object
            - `group` object
              - …
            - `incidents` object
              - …
  - `meta` object, required
    - `current_page` integer, required
    - `from` integer, nullable, required
    - `path` string, nullable, required — Base path for paginator generated URLs.
    - `per_page` integer, required — Number of items shown per page.
    - `to` integer, nullable, required — Number of the last item in the slice.
  - `links` object, required
    - `first` string, nullable, required
    - `last` string, nullable, required
    - `prev` string, nullable, required
    - `next` string, nullable, required

## Changes

- **2025-05-29** `87e56b3f8fd7` — 3 warning
  - removed the optional property `data/items/relationships/components/data/items/relationships/group/data/attributes` from the response with the `200` status
  - removed the optional property `data/items/relationships/components/data/items/relationships/group/data/relationships` from the response with the `200` status
  - removed the optional property `data/items/relationships/components/data/items/relationships/incidents/data/items/relationships/user/data/attributes` from the response with the `200` status

[Change history](https://skmtc.dev/cachethq/apis/cachet/changes/component-groups/get.md)

---

[API](https://skmtc.dev/cachethq/apis/cachet.md) · [All operations](https://skmtc.dev/cachethq/apis/cachet/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cachethq/cachet/revisions/87e56b3f8fd7/schema)
