简要描述
  • 客户通过该接口获取任务状态
请求URL
请求方式
  • GET
请求参数
参数名 必选 类型 说明
token string 通过授权接口获取的token
taskType string 任务类型 flow:机器人,notice:语音通知,ivr:IVR,preview:预览外呼
taskSn Integer 任务编号,在任务创建接口的返回值中获取
请求示例
https://cc.v-call.cn/obc/api/task/open/status?taskSn=6ff4ec5e-xxxxxxxx-569a5fb2688c&taskType=notice&token=68c3e782-xxxxxxbad7aa513b
返回示例
{
    "msg": "success",
    "code": "0",
    "data": {
        "taskSn":"6ff4ec5e-xxxxxxxx-569a5fb2688c",
        "status": 1,
        "description": "任务进行中"
    }
}
返回参数说明
参数名 必选 类型 说明
msg string 返回说明
code int 返回code,0为正常
data object 返回数据
taskSn String 任务编号
status Integer 任务状态
description String 任务状态描述
任务状态枚举
状态 说明
0 创建中
1 任务进行中
2 任务暂停
4 任务完成
5 任务取消
6 创建失败
备注
文档更新时间: 2023-05-05 08:27   作者:梁泽文