Skip to main content
GET
Get a knowledge document

Authorizations

x-token
string
header
required

Path Parameters

id
string
required

The knowledge document ID.

Response

Knowledge document detail.

Full document detail returned by GET /api/knowledge/{id}.

_id
string

Document ID.

name
string

Document title.

emoji
string | null
iconUrl
string | null
coverUrl
string | null
accessType
enum<string>
Available options:
public,
publicReadonly,
private
isPrivate
boolean
shares
object[]
parentId
string | null
path
object[]

Root-first ancestor chain (folders above this document). Excludes this document.

children
object[]
childCount
integer
published
boolean
publishedAt
string<date-time> | null
views
object
archived
boolean
archivedAt
string<date-time> | null
createdAt
string<date-time> | null
createdBy
string | null
updatedAt
string<date-time> | null
updatedBy
string | null
currentUser
object | null

Null for API key / partner token callers — those credentials are company-wide, so no per-user permission check is applied. Populated only for a delegate token, where the caller's own user identity is known.

html
string

Document body rendered as HTML.