cURL
curl --request GET \ --url https://api.example.com/knowledge-bases
List all knowledge bases
[ { "id": "kb_123", "name": "Product Docs", "description": "Internal product documentation", "document_count": 42, "chunk_size": 512, "embedding_model": "text-embedding-3-small" } ]