v1

latestOpenAPI 3.1.02026-07-2295105298.6 KB
Knowledge Base

Get Pillar Document

Fetches a pillar's synthesized markdown document. Returns document: null when the pillar exists but has no synthesized document yet (this is a 200, not a 404). Also available as the MCP tool get_pillar_document.

get/api/v1/knowledge-base/pillars/{pillar_id}/document

Path parameters

pillar_idstring uuid required

The pillar whose document to fetch.

Query parameters

website_idstring uuid required

The website whose Knowledge Base to read.

Response

Successful response with the pillar's synthesized document

pillar_idstring uuid required
namestring required
documentstring nullable required

The synthesized markdown document, or null when none exists yet.

generated_atstring nullable required

ISO 8601 timestamp of the document's last generation, or null.