Authorization: Bearer ********************curl --location --request GET 'https://api.302.ai/302/kb/knowledge_base/info/0' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "success",
"data": {
"id": 1782,
"type": "chatchat",
"sub_account_id": 400,
"kb_name": "知识库标题1",
"vs_type": "pg",
"llm_model": null,
"uid": 300000,
"token_id": 900000,
"embed_model": "jina-clip-v1",
"file_count": 1,
"create_time": "2026-01-13T09:07:05Z",
"kb_info": "知识库描述2",
"settings": {}
}
}