---
title: "GET /api/companies/{id}/groups"
method: GET
path: "/api/companies/{id}/groups"
tags: ["api"]
---

# GET /api/companies/{id}/groups

`GET /api/companies/{id}/groups`

## Query parameters

- `page` integer

## Response `200`

OK

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` Group[], required
    - `id` string, uuid
    - `name` string, required
    - `icon` string, nullable
    - `manager` GroupMember, required
      - `id` string, uuid
      - `name` string, required
      - `email` string, email, required
      - `avatar_image` string, uri, nullable
    - `members` string[]
    - `channels` string[], nullable
    - `channels_to_sync` string[], nullable
    - `slack_user_groups` string[], nullable

---

[API](https://skmtc.net/haekka/apis/snippets-api.md) · [All operations](https://skmtc.net/haekka/apis/snippets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haekka/snippets-api/versions/2a72ba99e389/schema)
