---
title: "list knowledge groups"
method: GET
path: "/v1/knowledge/groups"
tags: ["Knowledge"]
---

# list knowledge groups

`GET /v1/knowledge/groups`

Returns a list of all knowledge groups for the organization

## Response `200`

Successfully retrieved knowledge groups

- KnowledgeGroup[]
  - `id` string, uuid — Unique identifier for the knowledge group.
  - `name` string — Human-readable name for the group.
  - `description` string, nullable — Free-form description of what the group contains.
  - `documentCount` integer — Number of non-deleted documents currently in the group.
  - `createdAt` string, date-time — Timestamp when the group was created.
  - `updatedAt` string, date-time, nullable — Timestamp when the group was last updated.

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - API key lacks the required permission
- `500` — Server error

---

[API](https://skmtc.net/anam/apis/anam-ai-api.md) · [All operations](https://skmtc.net/anam/apis/anam-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anam/anam-ai-api/revisions/67afd1c5db59/schema)
