tencent cloud

云联络中心

产品公告
产品动态
关于云联络中心术语更新
产品简介
产品概述
功能列表
名词介绍
应对防火墙限制相关
AI 专区
购买指南
语音通话计费概述
在线会话计费概述
查看账单
退费指引
新用户手册
语音通话指引
在线会话指引
场景用例
客服热线(呼入)
电话营销(呼出)
语音提醒(自动外呼)
集成用例(SDK)
管理员操作手册
语音通话分册
在线会话分册
工作台操作手册
语音通话分册
在线会话分册
AI 智能体操作手册
语音智能体介绍
语音智能体实践教程
新建语音智能体
实现智能体通话
查看智能体通话
开发操作手册
SDK 开发指南
数据推送
语音通话 API 文档
History
Introduction
API Category
Making API Requests
Agent APIs
Skill Group APIs
Number APIs
Dual Call APIs
Predictive Outbound Call APIs
SIP Phone APIs
Call Service Record APIs
Billing APIs
Other APIs
Outbound Call APIs
Speech Intelligent Agent APIs
Data Types
Error Codes
在线会话 API 文档
服务端 API
回调配置
常见问题
数据删除指引
相关协议
隐私政策
数据隐私和安全协议
服务等级协议
云联络中心用户协议
词汇表
联系我们

DescribeAutoCalloutTask

PDF
聚焦模式
字号
最后更新时间: 2026-03-27 10:45:19

1. API Description

Domain name for API request: ccc.intl.tencentcloudapi.com.

This API is used to query detailed information of an automatic outbound call task by TaskId, including basic configuration, start and end time, name list, execution status, and call status.
This API is usually used together with Create Bulk Automatic Outbound Call Task (https://www.tencentcloud.comom/document/product/679/69194?from_cn_redirect=1) to check whether the task configuration takes effect, the current task status, and real-time progress during execution once created.

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: DescribeAutoCalloutTask.
Version Yes String Common Params. The value used for this API: 2020-02-10.
Region No String Common Params. This parameter is not required.
SdkAppId Yes Integer Application id (required) can be found at https://console.tencentcloud.com/ccc.
TaskId Yes Integer Task id.

3. Output Parameters

Parameter Name Type Description
Name String Task name.
Description String .
NotBefore Integer Task start timestamp.
NotAfter Integer Task end timestamp.
Note: this field may return null, indicating that no valid values can be obtained.
Callers Array of String Calling list.
Callees Array of AutoCalloutTaskCalleeInfo Called information list.
IvrId Integer IvrId used by the task.
State Integer Task status 0 initial 1 running 2 completed 3 ending 4 terminated 5 suspended.
MaxRingTimeoutSecond Integer Maximum ringing duration. auto hang up when the duration threshold is reached. only own number supports this parameter.
RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

4. Example

Example1 Querying Task

Input Example

POST / HTTP/1.1
Host: ccc.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeAutoCalloutTask
<Common request parameters>

{
    "SdkAppId": 1,
    "TaskId": 2
}

Output Example

{
    "Response": {
        "IvrId": 1,
        "Name": "foobar",
        "NotBefore": 1729905740,
        "NotAfter": 1729905750,
        "State": 1,
        "Callers": [
            "008610086"
        ],
        "RequestId": "foobar",
        "Callees": [
            {
                "State": 1,
                "Callee": "foobar",
                "Sessions": [
                    "foobar"
                ]
            }
        ],
        "Description": "foobar"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
InternalError.DBError Internal database access failure.
InvalidParameter Parameter error.
InvalidParameterValue Invalid Parameter

帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈