查询任务
POST
https://callapi.xfyun.cn/v1/service/v1/aicall/outbound/v1/task/query功能:查询任务信息和任务列表。
请求参数
Query 参数
token
string
可选
示例值:
08236d0aeeee4d5b566db5f4adc41a63
Body 参数application/json
time_begin
integer
开始时间
示例
{
"time_begin": 153000000
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
result
object
必需
total_rows
integer
总行数
rows
array [object {26}]
结果列表
示例
{
"code":0,
"message":"ok",
"result":{
"total_rows":30,
"rows":[
{
"task_id":"1909",
"task_name":"task_test1",
"status":4,
"task_type":0,
"deleted":0,
"time_task_start":1533289491345,
"time_task_finish":1533820104848,
"count_total_task":4,
"count_tel":4,
"count_recalled":0,
"time_task_estimate_begin":1478157571217,
"time_task_estimate_end":0,
"line_num":"69101338",
"robot_id":"719",
"robot_name":"测试话术无参数",
"voice_code":"60030",
"voice_speed":1,
"count_max_recall":2,
"status_recall":"[1,1]",
"time_recall_wait":2000,
"time_range":"["07:30:00-23:30:00"]",
"intention_push":"["A","B"]",
"process_count":7,
"process_tel_count":7,
"process_through_count":4,
"process_through_rate":1
}
]
}
}
最后修改时间: 1 年前