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

# List groups

`GET /api/v1/groups`

List all groups for the client.

Returns groups with their tenant counts for efficient display.

RLS: Filtered to current client (ClientRLSDB).

## Response `200`

Successful Response

- GroupListItem[]
  - `created_at` string, date-time, required — Creation timestamp
  - `description` string, nullable, required — Group description
  - `id` string, uuid, required — Group ID
  - `name` string, required — Group name
  - `tenant_count` integer, required — Number of tenants in this group
  - `updated_at` string, date-time, required — Last update timestamp

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.dev/kater-ai/apis/kater-api.md) · [All operations](https://skmtc.dev/kater-ai/apis/kater-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kater-ai/kater-api/revisions/d2a2a2d0775e/schema)
