---
title: "List groups"
method: GET
path: "/fastedge/v1/admin/groups"
tags: ["Groups"]
---

# List groups

`GET /fastedge/v1/admin/groups`

Retrieve collaboration groups for client organization and resource sharing.
Groups enable sharing of binaries and templates between multiple clients.

## Query parameters

- `template__incl` integer
- `template__excl` integer
- `client__incl` integer
- `client__excl` integer
- `name` string
- `limit` integer
- `offset` integer

## Response `200`

Returns paginated list of client groups

- object
  - `count` integer — Total number of groups
  - `groups` GroupShort[], required
    - `id` integer, required — Group ID
    - `name` string, required — Group name
    - `default_flag` boolean, required — Add new members to the group by default
    - `descr` string — Group description
    - `client_count` integer — Number of members in the group
    - `template_count` integer — Number of templates in the group

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
