Domain name for API request: csip.intl.tencentcloudapi.com.
Query scan task details. Filter.Filters supports Name: Status (asset scan status, OperatorType=7 IN match, Value: WAIT/SCANNING/FINISHED/FAILED).
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: DescribeEDRScanTaskDetail. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| TaskId | Yes | Integer | Task ID. |
| MemberId.N | No | Array of String | Group account member id |
| Filter | No | Filter | Common query parameters (including Filters/Limit/Offset) |
| Parameter Name | Type | Description |
|---|---|---|
| TaskId | Integer | Task ID. |
| TaskName | String | Task name |
| Status | String | Overall status: WAIT/SCANNING/FINISHED/FAILED/CANCELED/TERMINATED/TIMEOUT |
| TaskType | String | Task type: HOST/CONTAINER |
| TriggerType | String | Trigger mode: MANUAL/CYCLE |
| StartTime | String | Task start time |
| EndTime | String | Task end time |
| ScanType | String | Detection mode: full/quick/include/exclude |
| CustomPaths | Array of String | Selected path list |
| Timeout | Integer | Timeout period (in seconds) |
| EnableMemShellScan | Integer | Whether deep detection is enabled: 0-No/1-Yes |
| CreateAppID | Integer | Creator account AppId |
| AccountName | String | Task creator account name (enriched by backend) |
| CloudType | Integer | Creator cloud type |
| TotalAssetCount | Integer | Total number of task assets |
| FinishedAssetCount | Integer | Completed number of assets |
| RiskAssetCount | Integer | Number of risk assets |
| HostList | Array of EDRScanTaskHostItem | Host asset list (has a value when TaskType is HOST) |
| ContainerList | Array of EDRScanTaskContainerItem | Container asset list (has a value when TaskType=CONTAINER) |
| TotalCount | Integer | Total number of items in the asset list under current filter conditions |
| 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: DescribeEDRScanTaskDetail
<Common request parameters>
{
"TaskId": 4,
"MemberId": [
"mem-tencent-54213b157ddf7170"
],
"Filter": {
"Limit": 20,
"Offset": 0,
"Filters": []
}
}
{
"Response": {
"AccountName": "Delegated Admin 1",
"CloudType": 0,
"ContainerList": null,
"CreateAppID": 260199982,
"CustomPaths": null,
"EnableMemShellScan": 0,
"EndTime": "",
"FinishedAssetCount": 7,
"HostList": [
{
"AccountName": "Member 2",
"AppId": 260082268,
"CloudType": 0,
"FailReason": "scan timeout",
"FixSuggestion": "",
"HostName": "1f665110",
"InstanceId": "mix-qgbtrzf3",
"OsType": "Ubuntu 24.04.4 LTS",
"PrivateIp": "169.254.68.6",
"PublicIp": "",
"Quuid": "1f665110-706a-4f2c-bef7-9b0f15827419",
"RiskCount": 0,
"Status": "TIMEOUT"
}
],
"RiskAssetCount": 0,
"ScanType": "full",
"StartTime": "2026-07-07 15:16:17",
"Status": "SCANNING",
"TaskId": 4,
"TaskName": "Malware_20260707_151616",
"TaskType": "HOST",
"Timeout": 3600,
"TotalAssetCount": 7,
"TotalCount": 7,
"TriggerType": "MANUAL",
"RequestId": "d2d353f4-6404-41bc-9c27-fbd351548f93"
}
}
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. |
| InvalidParameterValue | Parameter value error. |
| MissingParameter | Parameters are missing. |
| OperationDenied | Operation denied. |
| ResourceNotFound | The resource does not exist. |
文档反馈