机器人查询
更新时间:2025-09-15
概述
调用接口,可查询租户下的外呼机器人
URL
https://aiob-open.baidu.com/api/v1/robot/query/list
HTTP Method
GET
请求参数
HEADER
参数名称 | 是否必须 | 说明 | 示例 |
---|---|---|---|
Authorization | 是 | 参考「生成认证Token」文档 | cc-api-auth-v1/5b050c050f5a4e74b8c20bf512e39c1d/2021-04-13T08:05:43Z/1800000/host;x-bce-date/746ed9ad706c379f31bafc292e3c720797e39bb7f08ce5f641d657e14e42dd33 |
PARAM
参数名称 | 是否必须 | 参数类型 | 说明 | 示例 |
---|---|---|---|---|
robotName | 否 | String | 机器人名称 | 无 |
robotId | 否 | String | 机器人ID | 无 |
请求示例
Javascript
1https://aiob-open.baidu.com/api/v1/robot/query/list?pn=1&ps=48
Javascript
1{
2 "robotId": "dbbd3bb2-d5a2-40a1-9734-03fc604b072b",
3 "robotName" : "机器人"
4}
返回响应
参考创建机器人
返回示例
Javascript
1{
2 "requestId": "294e895ca7554f7fbe226bdf94af8504",
3 "time": 1757672612385,
4 "code": 200,
5 "msg": "OK",
6 "data": {
7 "total": 2,
8 "pn": 1,
9 "ps": 2,
10 "list": [
11 [
12 {
13 "id": 4968036924686336,
14 "robotId": "fb83be81-e8d1-4f99-979c-9e75d9242a40",
15 "version": 1,
16 "tenantId": null,
17 "robotName": "招聘初筛k0910",
18 "callType": 3,
19 "robotIndustry": -1,
20 "robotType": 2,
21 "industryId": "4f7aaba5-8e39-498a-8d50-3d996c4ab0e2",
22 "publishState": 3,
23 "nluType": 3,
24 "nluUrl": "http://10.224.19.22:8083/csp-service/core/v5/block/query",
25 "nluToken": "372ca148-7296-4287-a364-9f1c9a5b9ec2",
26 "asrModelId": 2393502059069440,
27 "asrModelName": "标准100",
28 "ttsVoiceId": 2408631718903808,
29 "ttsVoiceName": "度常盈",
30 "botId": "0fa484a4-7418-4dd8-9436-1b74b22fea1c",
31 "botToken": "372ca148-7296-4287-a364-9f1c9a5b9ec2",
32 "botName": "招聘初筛k0910",
33 "asrArgs": {
34 "identifyMode": 1,
35 "asrDenoise": 0.0
36 },
37 "ttsArgs": {
38 "ttsSpeed": 5.0,
39 "ttsTone": 5.0,
40 "ttsVolume": 5.0,
41 "synthesisMode": 2
42 },
43 "nluArgs": {
44 "authorization": null,
45 "getWelcome": null
46 },
47 "otherArgs": {
48 "pausingIdentify": 700,
49 "silentIdentify": 10,
50 "deferInterrupt": 0,
51 "intelligenceInterrupt": [],
52 "intelligenceConfig": null,
53 "voiceTactics": null,
54 "numOfWords2Stop": 2,
55 "isVadOpen": false
56 },
57 "robotDescribe": "服务行业招聘初筛场景,通过电话与候选人沟通岗位意向,收集年龄、岗位意向等信息。",
58 "robotScene": 5,
59 "modelSwitch": true,
60 "supportInterrupt": false,
61 "modelTagExtract": false,
62 "robotPromptText": null,
63 "modelSwitchDialogue": true,
64 "openLLMPrePlay": true,
65 "prePlayWaitTime": 400,
66 "llmPrePlay": "是这样的,这个是这样的",
67 "llmPrePlayFilterList": "你听我说,我跟你说",
68 "prePlayType": 1,
69 "maxSilenceCount": 2,
70 "maxCallRounds": 20,
71 "silentHangUp": "抱歉,听不到您的声音,感谢接听,再见",
72 "containsKeywordsHangUp": "再见,生活愉快,随时联系,不见不散,那您先忙,到时候见,拜拜,待会见",
73 "delayHangUp": 0,
74 "icon": "",
75 "updateTime": "2025-09-10 16:17:28",
76 "lastUpdateTime": "2025-09-10 16:17:28",
77 "lastUpdateUserName": "aiobTest01",
78 "createTime": "2025-09-10 15:30:39",
79 "createUserId": 3808251032371202,
80 "createUserName": "aiobTest01",
81 "robotSource": 0,
82 "modelUrl": null,
83 "llmVendorsId": null,
84 "llmIdentification": null,
85 "apiKey": null
86 }
87 ]
88 ]
89 }
90}