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

# List groups

`GET /groups`

Retrieves all groups owned by the current user.

## Response `200`

List of user groups.

- Group[]
  - `id` string, ulid, required
  - `owner` string, ulid, required
  - `name` string, required
  - `description` string, nullable
  - `type` 'domain' | 'list', required

## Other responses

- `401` — Unauthorized

## Changes

- **2025-07-13** `0d7f3c750979` — 1 breaking, 8 warning
  - the response's body type changed from `object` to `array` for status `200`
  - deleted the `query` request parameter `limit`
  - deleted the `query` request parameter `offset`
  - deleted the `query` request parameter `order`
  - …5 more

[Change history](https://skmtc.dev/osdg-iiith/apis/forms-portal-api/changes/groups/get.md)

---

[API](https://skmtc.dev/osdg-iiith/apis/forms-portal-api.md) · [All operations](https://skmtc.dev/osdg-iiith/apis/forms-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/osdg-iiith/forms-portal-api/revisions/799e5a4fd31a/schema)
