Domain name for API request: csip.intl.tencentcloudapi.com.
This API is used to search vulnerability scanning task history
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: DescribeVulScanTaskList. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| MemberId.N | No | Array of String | Group account member id |
| Filters.N | No | Array of Filters | Filtering Conditions, support the following Name: |
| Limit | No | Integer | Page size Value ranges from 1 to 100 Unit: entry Default value: 10 |
| Offset | No | Integer | Pagination offset Value ranges from 0 to 99999 Unit: piece |
| Order | No | String | Filter orientation Enumeration value:
|
| By | No | String | Sorting field Default value: ScanTime |
| Parameter Name | Type | Description |
|---|---|---|
| List | Array of VulScanTask | Task List |
| Total | Integer | Total. |
| 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: DescribeVulScanTaskList
<Common request parameters>
{
"Filters": [
{
"Name": "JobId",
"Values": [
"198b38dc1f613b885036e0f78d141c83"
]
}
],
"Limit": 2,
"Offset": 0,
"Order": "DESC ",
"By": "ScanTime"
}
{
"Response": {
"List": [
{
"Account": 3,
"AppId": 260083796,
"Emergency": 1,
"EndTime": "2026-06-11T16:54:00Z",
"Id": 134,
"JobId": "198b38dc1f613b885036e0f78d141c83",
"KbName": [],
"Level": [
"LOW"
],
"Method": [
"VersionCompare"
],
"StartTime": "2026-06-11T15:51:02Z",
"Status": "SUCCESS",
"TaskType": 0,
"VulCategory": [
"WEB_CMS"
],
"VulName": []
}
],
"Total": 1,
"RequestId": "9f4d3cfa-9941-4f5d-8115-b6f641c8275b"
}
}
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 |
|---|---|
| InternalError | Internal error. |
文档反馈