本接口用于查询智能体列表
https://brtc-api.baijiayun.com/vcs/aiagent/v1/list
app_id=string&room_id=string&page=1&limit=10&status=RUNNING,STOPPED
返回示例
200 Response { "code": 200, "data": { "total": 3, "list": [ { "id": "6b828136-287f-48a3-a510-70894dda7b03", "room_id": "9981", "agent_user_id": "record#123", "status": "RUNNING", "created_at": "2025-08-13 10:21:38", "stopped_at": "" }, { "id": "b3b7d7b5-3e02-4279-bc09-d8acf2e3d660", "room_id": "9981", "agent_user_id": "record#123", "status": "STOPPED", "created_at": "2025-08-13 10:17:06", "stopped_at": "" }, { "id": "83fbac4e-f129-404b-8e9c-1bc5dd27b6f8", "room_id": "9981", "agent_user_id": "record#123", "status": "STOPPED", "created_at": "2025-08-12 17:55:27", "stopped_at": "" } ] }, "msg": "success" }
200 Response
{ "code": 200, "data": { "total": 3, "list": [ { "id": "6b828136-287f-48a3-a510-70894dda7b03", "room_id": "9981", "agent_user_id": "record#123", "status": "RUNNING", "created_at": "2025-08-13 10:21:38", "stopped_at": "" }, { "id": "b3b7d7b5-3e02-4279-bc09-d8acf2e3d660", "room_id": "9981", "agent_user_id": "record#123", "status": "STOPPED", "created_at": "2025-08-13 10:17:06", "stopped_at": "" }, { "id": "83fbac4e-f129-404b-8e9c-1bc5dd27b6f8", "room_id": "9981", "agent_user_id": "record#123", "status": "STOPPED", "created_at": "2025-08-12 17:55:27", "stopped_at": "" } ] }, "msg": "success" }
获取智能体列表
描述
本接口用于查询智能体列表
接口请求地址
请求参数
请求参数
返回参数
返回数据结构