API v1 ReferenceKnowledge base
List knowledge base items
Retrieve all Q&A items in the knowledge base for the current tenant. The response returns base-locale content and does not apply locale overlays. List items…
Retrieve all Q&A items in the knowledge base for the current tenant. The response returns base-locale content and does not apply locale overlays. List items omit answer_md; use the item detail endpoint when separately stored markdown content is required.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/knowledge-base"{ "knowledgeBase": [ { "id": "kb-123", "question": "What is our data retention policy?", "answer": "We retain customer data for **7 years** as required by law.", "access_level": "public", "tags": [ "gdpr", "data-retention", "legal" ] } ]}How is this guide?