v1

latestOpenAPI 3.0.32026-07-13404294.7 KB
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.