检索知识导入任务列表
搜索知识导入任务列表,包括进行中、已完成和失败的知识导入任务。
Path Parameters
知识库ID。
Request Body required
知识库ID。
任务状态列表
开始时间
结束时间
页大小
页标记
- 200
- default
OK
Schema
- Array [
- Array [
- ]
- ]
jobs object[]
转移任务列表
任务ID
数据源类型
任务状态
创建者用户名
OSS临时路径,上传本地知识的临时路径
错误信息
job_info object
与任务文件相关的信息,如大小、数量等。
总文件大小
文件总数
成功解析文件的总大小
成功解析文件的总数量
成功解析的标记总数
解析失败的文件总大小
解析失败的文件总数量
document_info object[]
已解析知识的信息列表
文档ID
知识名称
文档的段数量
标记数
知识状态
知识失败原因
文档大小
创建时间
完成时间
知识导入的目标路径
上传URL
知识导入的目标路径的ID
知识导入的notion page的ID列表
总数量
用于分页的下一页标记字段。
{
"jobs": [
{
"job_id": "string",
"data_source_type": 0,
"job_state": 0,
"creator": "string",
"oss_temp_path": "string",
"err_msg": "string",
"job_info": {
"total_document_size": 0,
"total_document_count": 0,
"succeed_document_size": 0,
"succeed_document_count": 0,
"succeed_token_count": 0,
"failed_document_size": 0,
"failed_document_count": 0
},
"document_info": [
{
"document_id": "string",
"display_name": "string",
"segment_count": 0,
"document_token": 0,
"document_state": 0,
"document_error": 0,
"document_size": 0
}
],
"create_time": "2024-11-04T06:28:49.429Z",
"finish_time": "2024-11-04T06:28:49.429Z",
"target_path": "string",
"urls": [
"string"
],
"document_pid": "string",
"notion_page_ids": [
"string"
]
}
],
"total_size": 0,
"next_page_token": "string"
}
Default error response
Schema
- Array [
- ]
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
details object[]
A list of messages that carry the error details. There is a common set of message types for APIs to use.
The type of the serialized message.
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}