云消息服务 KOOMESSAGE-查询智能信息基础版发送任务:响应示例

时间:2025-01-06 16:13:34

响应示例

状态码: 200

查询智能信息基础版任务列表返回体。

{
  "status" : "200",
  "message" : "success",
  "data" : {
    "aim_basic_send_tasks" : [ {
      "task_id" : "dcda9636-b30f-473c-af88-c8ea2ccccccc",
      "task_name" : "回落",
      "task_state" : "发送中",
      "tpl_id" : "800000003",
      "tpl_name" : "测试-年中福利",
      "operator" : "hwstaff_KMSG_Customer2",
      "create_time" : "2022-06-07T01:00:15Z",
      "send_time" : "2022-06-07T01:00:15Z",
      "total_count" : 1,
      "success_count" : 0,
      "failed_count" : null,
      "timeout_count" : null,
      "exdata" : null
    }, {
      "task_id" : "975d83c2-8b26-4a98-b758-76b88efccccc",
      "task_name" : "0606ceshi003",
      "task_state" : "发送完成",
      "tpl_id" : "800000004",
      "tpl_name" : "测试- 华为云产品 欢迎您",
      "operator" : "hwstaff_KMSG_Customer2",
      "create_time" : "2022-06-06T02:02:23Z",
      "send_time" : "2022-06-06T02:02:23Z",
      "total_count" : 3,
      "success_count" : 3,
      "failed_count" : null,
      "timeout_count" : null,
      "exdata" : null
    } ],
    "page_info" : {
      "offset" : 0,
      "limit" : 2,
      "total" : 27
    }
  }
}
support.huaweicloud.com/api-koomessage/ListVMSSendTasks.html