---
title: "Gets details of a specific knowledgebase."
method: GET
path: "/knowledgebases/{kbId}"
tags: ["Knowledgebases"]
---

# Gets details of a specific knowledgebase.

`GET /knowledgebases/{kbId}`

## Path parameters

- `kbId` string, required

## Response `200`

Details of the knowledgebase.

- KnowledgebaseDTO — Response schema for CreateKb operation.
  - `id` string — Unique id that identifies a knowledgebase.
  - `hostName` string — URL host name at which the knowledgebase is hosted.
  - `lastAccessedTimestamp` string — Time stamp at which the knowledgebase was last accessed (UTC).
  - `lastChangedTimestamp` string — Time stamp at which the knowledgebase was last modified (UTC).
  - `lastPublishedTimestamp` string — Time stamp at which the knowledgebase was last published (UTC).
  - `name` string — Friendly name of the knowledgebase.
  - `userId` string — User who created / owns the knowledgebase.
  - `urls` string[] — URL sources from which Q-A were extracted and added to the knowledgebase.
  - `sources` string[] — Custom sources from which Q-A were extracted or explicitly added to the knowledgebase.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/azure/apis/qnamaker-client.md) · [All operations](https://skmtc.net/azure/apis/qnamaker-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/qnamaker-client/versions/75b50ce22fbe/schema)
