---
title: "Retrieve knowledge content"
method: GET
path: "/knowledge/{id}/content"
tags: ["Knowledge"]
---

# Retrieve knowledge content

`GET /knowledge/{id}/content`

Returns the extracted markdown currently indexed for the document. During a refresh, this remains the previous ready version until the replacement succeeds.

## Path parameters

- `id` string, required

## Response `200`

The extracted markdown.

## Other responses

- `400` — The request parameters are invalid.
- `401` — The Agent API key is missing, invalid, or revoked.
- `403` — The API key does not have the required permission.
- `404` — The resource does not exist for the authenticated agent.
- `409` — The operation conflicts with the resource's current state.
- `429` — Too many requests. Retry after the number of seconds in Retry-After.
- `500` — The request failed unexpectedly.
- `503` — The API is temporarily unavailable. The request was not processed.

---

[API](https://skmtc.dev/heroui/apis/heroui-agents-api.md) · [All operations](https://skmtc.dev/heroui/apis/heroui-agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/heroui/heroui-agents-api/revisions/b8efcc339d1b/schema)
