🚀 GLM-4.6 代码编程专享计划 • 限时优惠 Coding Plan ➞
curl --request GET \
--url https://open.bigmodel.cn/api/llm-application/open/knowledge \
--header 'Authorization: Bearer <token>'{
"data": {
"list": [
{
"id": "<string>",
"embedding_id": 123,
"name": "<string>",
"description": "<string>",
"contextual": 123,
"background": "<string>",
"icon": "<string>",
"document_size": 123,
"length": 123,
"word_num": 123
}
],
"total": 123
},
"code": 123,
"message": "<string>",
"timestamp": 123
}获取个人知识库列表,支持分页。
curl --request GET \
--url https://open.bigmodel.cn/api/llm-application/open/knowledge \
--header 'Authorization: Bearer <token>'{
"data": {
"list": [
{
"id": "<string>",
"embedding_id": 123,
"name": "<string>",
"description": "<string>",
"contextual": 123,
"background": "<string>",
"icon": "<string>",
"document_size": 123,
"length": 123,
"word_num": 123
}
],
"total": 123
},
"code": 123,
"message": "<string>",
"timestamp": 123
}业务处理成功
Hide child attributes
知识库列表
Hide child attributes
知识库id
向量化模型id
知识库名称
知识库描述
是否开启上下文增强
背景颜色
知识库图标
文档数量
分词后总长度
总字数
知识库总数量
响应码,200为成功
响应信息
响应时间戳