Authorization: Bearer ********************curl --location --request GET 'https://api.302.ai/302/kb/knowledge_base/list_knowledge_bases?page=1&page_size=10' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "success",
"data": {
"records": [
{
"kb_info": "知识库描述2",
"id": 1000,
"vs_type": "pg",
"token_id": 90000,
"sub_account_id": 400,
"file_count": 1,
"uid": 30000,
"type": "chatchat",
"kb_name": "知识库标题1",
"embed_model": "jina-clip-v1",
"llm_model": null,
"create_time": "2026-01-13T09:07:05Z",
"settings": {}
},
{
"kb_info": "111",
"id": 1000,
"vs_type": "",
"token_id": 900000,
"sub_account_id": 400,
"file_count": 2,
"uid": 300000,
"type": "rag_nano",
"kb_name": "知识库111",
"embed_model": "jina-clip-v2",
"llm_model": "gpt-4.1-mini",
"create_time": "2026-01-13T08:50:47Z",
"settings": {
"is_global": false
}
}
],
"total": 2,
"page": 1,
"page_size": 10
}
}