GET /knowledge/{knowledgeId}
Retrieve a knowledge base document by its ID.
The unique knowledge document ID.
Document ID.
Document title.
URL-friendly identifier.
Document body — HTML or Markdown depending on
contentType."html" or "markdown".Top-level category grouping.
Searchable tags.
ISO datetime of first publication.
ISO datetime of last update.
| Status | Reason | Description |
|---|---|---|
| 404 | "Not found" | No document with this ID exists |
Notes for Developers
- Content may be HTML with embedded formatting. Render with a sanitized HTML renderer.
- Document IDs are typically configured in the organization’s CMS and referenced from within the application UI.