Knowledge Base API
GET/api/v1/kb-articles/{id}/content
Product availabilityAlgaPSAAlgaDesk

Get KB article content as text

Returns the article body converted from its stored block (BlockNote) content into readable markdown-like text (headings, lists, code blocks, paragraphs).

RBAC · document

Path parameters

idstring <uuid>Required
KB article UUID.

Response body

Success response 200 · schema KbArticleContentResponse

dataobjectRequired
article_idstring <uuid>
contentstringRequired
Article body rendered as readable text.

Response codes

200
Rendered article content.
400
Invalid request.
401
API key missing/invalid.
403
Caller lacks the required document permission.
404
Article not found.
500
Unexpected error.