---
title: "List collections"
method: GET
path: "/beta/knowledge/collections"
tags: ["Knowledge"]
---

# List collections

`GET /beta/knowledge/collections`

Paginated list knowledge collections

## Query parameters

- `pageLimit` integer
- `pageKey` string

## Response `200`

A list of knowledge collections

- ListKnowledgeCollectionsOutput
  - `data` Collection[]
    - `id` string, required
    - `title` string, required
    - `description` string
    - `internalKbEnabled` boolean, required
    - `restrictions` Restrictions, required
      - `isRestricted` boolean, required
      - `inheritedRestrictions` InheritedRestriction[]
        - `fromCollection` string
        - `fromCategory` string

## Other responses

- `400`
- `404` — An entity in this request could not be found
- `500` — Internal failure during request processing

---

[API](https://skmtc.net/dixa/apis/dixa-api.md) · [All operations](https://skmtc.net/dixa/apis/dixa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dixa/dixa-api/versions/5eaff14a2c46/schema)
