Domain name for API request: csip.intl.tencentcloudapi.com.
Query the list of AI scheduled tasks.
Supports paging query and status filtering, and returns the scheduled task list and total number of entries.
A maximum of 20 requests can be initiated per second for this API.
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: DescribeAIScheduleList. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| Offset | No | Integer | Pagination offset. Default: 0. |
| Limit | No | Integer | Pagination size. Default: 20. Maximum: 100. |
| Status | No | Integer | Status filtering. Value: 0 (all), 1 (enabled), 2 (disabled). Default: 0. |
| ScheduleId | No | String | Scheduled task ID, optional. If empty, a full query is performed. |
| Parameter Name | Type | Description |
|---|---|---|
| ScheduleSet | Array of AiScheduleInfo | AI scheduled task list. |
| TotalCount | Integer | Total quantity. |
| 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. |
POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeAIScheduleList
<Common request parameters>
{
"Offset": 0,
"Limit": 10,
"Status": 0,
"ScheduleId": "a156***************************29702"
}
{
"Response": {
"ScheduleSet": [
{
"CreateTime": 1776841342887,
"CurrentFireCount": 0,
"EndTime": 0,
"Identity": {
"AppId": 260083796,
"BotId": "aibn2Vz1_iZ1R2B5mGjZ5o9ph3SmfjdLEQO",
"Channel": "wecom",
"ChatId": "T70030002A",
"SubUin": "",
"Uin": "700002365149",
"UserId": "T70030002A"
},
"MaxFireCount": 0,
"Name": "CSIP weekly report scheduled sending"
"Prompts": "Generate a CSC weekly report, compile it into PDF and PPT, and send it to rainewang@tencent.com via the email skill",
"ScheduleId": "586ecd9e-d140-45bb-889e-3476efaa4b50",
"StartTime": 0,
"Status": 1,
"Triggers": [
{
"CronConfig": {
"CronExpression": "10 15 * * 3"
},
"TriggerId": "8a09c63b-a324-4707-a0e5-3a6722c20da1",
"TriggerType": 1
}
],
"UpdateTime": 1776841342887
}
],
"TotalCount": 7,
"RequestId": "666d1958-ca82-47a4-b3d9-dd49b2caa6c8"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| FailedOperation | Operation failed. |
| InternalError | Internal error. |
| InvalidParameter | Parameter error. |
| UnauthorizedOperation | Unauthorized operation. |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback