Knowledge Base
Get Single Article
Returns the full content of a single Knowledge Base article with HTML converted to markdown.
Notes:
- Content is returned as markdown (converted from HTML on the server).
- Preserves headings, links, images, lists, bold/italic, and other formatting.
- Image URLs are fully qualified.
- The id field returns with "KB" prefix (e.g., "KB70") but the URL path accepts just the number.
get/v2/knowledge-base/{id}
Path parameters
idinteger required
The numeric ID of the Knowledge Base article (e.g., 70).
Query parameters
api_keystring required
Your Local Falcon API key.
Response
Article returned successfully.
Changes
No recorded changes to this endpoint across all 3 revisions of this API.