云客服-查询RPA任务列表接口:报文样例

时间:2024-05-17 09:12:58

报文样例

  • 请求消息样例
    {
        "tenantId": "202201072597",
        "authToken": "hjbLf*******************RQFv3nq",
        "pageNo": 1,
        "pageSize": 10,
        "conditions": {}
    }
  • 响应消息样例
    {
        "total": 1,
        "jobs": [
            {
                "uid": "0c9358552188478a8d5ff9203db8791f",
                "jobName": "AICC_RPA",
                "createTime": "2022-04-24 17:12:02",
                "startTime": "2022-04-29 11:47:25",
                "status": "running",
                "mode": "queueTrigger",
                "runMode": "online",
                "timeout": 120,
                "description": null
            }
        ],
        "errorCode": 0,
        "errorMsg": null
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_2055.html