查询任务
开发环境
开发环境
POST
https://callapi.xfyun.cn/v1/service/v1/aicall/outbound/v1/task/query
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://callapi.xfyun.cn/v1/service/v1/aicall/outbound/v1/task/query?token=08236d0aeeee4d5b566db5f4adc41a63' \
--header 'Content-Type: application/json' \
--data-raw '{
"time_begin": 153000000
}'
响应示例响应示例
{
"code": 0,
"message": "string",
"result": {
"total_rows": 0,
"rows": [
{
"task_id": "string",
"task_name": "string",
"status": 0,
"task_type": 0,
"deleted": 0,
"time_task_start": 0,
"time_task_finish": 0,
"count_total_task": 0,
"count_tel": 0,
"count_recalled": 0,
"time_task_estimate_begin": 0,
"time_task_estimate_end": 0,
"line_num": "string",
"robot_id": "string",
"robot_name": "string",
"voice_code": "string",
"voice_speed": 0,
"count_max_recall": 0,
"status_recall": "string",
"time_recall_wait": 0,
"time_range": "string",
"intention_push": "string",
"process_count": 0,
"process_tel_count": 0,
"process_through_count": 0,
"process_through_rate": 0
}
]
}
}
请求参数
Query 参数
token
string
可选
示例值:
08236d0aeeee4d5b566db5f4adc41a63
Body 参数application/json
返回响应
修改于 2023-12-19 07:21:13