Domain name for API request: csip.intl.tencentcloudapi.com.
This API is used to query the scheduled AI task execution list.
Queries the historical execution records of AI scheduled tasks. Supports pagination and filtering by scheduled task ID.
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: DescribeAIScheduleTaskList. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| ScheduleId | No | String | AI scheduled task ID for filtering. You can obtain it through the DescribeAIScheduleList API. |
| Offset | No | Integer | Pagination offset. Default: 0. |
| Limit | No | Integer | Page size. Default: 20. Maximum: 100. |
| Parameter Name | Type | Description |
|---|---|---|
| TaskSet | Array of AiScheduleTaskInfo | 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: DescribeAIScheduleTaskList
<Common request parameters>
{
"ScheduleId": "sched-a1b2c3d4",
"Offset": 0,
"Limit": 20
}
{
"Response": {
"TaskSet": [
{
"CreateTime": 1775719256484,
"EndTime": 1775719286484,
"Result": "Today's data report generated, sales revenue increased by 12% month-on-month"
"ScheduleId": "sched-mock-001",
"ScheduledTime": 1775719256484,
"SessionId": "session-mock-001",
"StartTime": 1775719256984,
"Status": 3,
"TaskId": "task-mock-001",
"TriggerId": "trigger-mock-001",
"UpdateTime": 1775719286484
}
],
"TotalCount": 2,
"RequestId": "90a726f6-de57-4d6c-8ea5-edd0e195461e"
}
}
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