---
title: "GET /api/integrations/google/groups"
method: GET
path: "/api/integrations/google/groups"
tags: ["api"]
---

# GET /api/integrations/google/groups

`GET /api/integrations/google/groups`

## Query parameters

- `page` integer

## Response `200`

OK

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` GoogleGroupsList[], required
    - `groups` GoogleGroup[], nullable, required
      - `id` string, required
      - `email` string, required
      - `name` string, required
      - `direct_members_count` string, required
      - `description` string, required
    - `next_page_token` string

---

[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/revisions/2a72ba99e389/schema)
