{
"request_id": "e5f6a7b8-c9d0-1234-efab-345678901234",
"status_code": 200,
"code": "Success",
"message": "",
"status": "SUCCESS",
"success": true,
"data": {
"page_number": 1,
"page_size": 20,
"total_count": 2,
"rows": [
{
"agent_id": "aid-8f3a1b2c4d5e6f70",
"agent_name": "客服知识问答助手",
"agent_scene": "chat",
"agent_status": "deployed",
"agent_version": "2",
"create_time": "2026-07-10T14:30:00",
"modify_time": "2026-07-15T09:15:00",
"pipeline_list": [
{
"pipeline_id": "pipeline-xxxxxx",
"pipeline_name": "产品文档知识库"
}
]
},
{
"agent_id": "aid-1a2b3c4d5e6f7a8b",
"agent_name": "技术文档检索助手",
"agent_scene": "chat",
"agent_status": "draft",
"agent_version": "beta",
"create_time": "2026-07-12T10:00:00",
"modify_time": "2026-07-12T10:00:00",
"pipeline_list": [
{
"pipeline_id": "pipeline-yyyyyy",
"pipeline_name": "技术文档知识库"
},
{
"pipeline_id": "pipeline-zzzzzz",
"pipeline_name": "FAQ 知识库"
}
]
}
]
}
}