---
title: "Get Single Article"
method: GET
path: "/v2/knowledge-base/{id}"
tags: ["Knowledge Base"]
---

# Get Single Article

`GET /v2/knowledge-base/{id}`

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.

## Path parameters

- `id` integer, required

## Query parameters

- `api_key` string, required

## Response `200`

Article returned successfully.

## Other responses

- `400` — The request was malformed or missing required parameters.
- `401` — The API key is missing, invalid, or does not have permission for the requested resource.
- `429` — You have exceeded the rate limit. Please wait before making additional requests.
- `500` — An unexpected error occurred on the server. Please try again later.

---

[API](https://skmtc.net/localfalcon/apis/local-falcon-api.md) · [All operations](https://skmtc.net/localfalcon/apis/local-falcon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/localfalcon/local-falcon-api/revisions/06b5d428ba9e/schema)
