---
title: "Get collection"
method: GET
path: "/beta/knowledge/collections/{collectionId}"
tags: ["Knowledge"]
---

# Get collection

`GET /beta/knowledge/collections/{collectionId}`

Get a knowledge collection by id

## Path parameters

- `collectionId` string, uuid, required

## Response `200`

The knowledge collection

- GetKnowledgeCollectionOutput
  - `data` Collection, required
    - `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/041e058483f0/schema)
