Domain name for API request: csip.intl.tencentcloudapi.com.
Export the EDR task list.
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: DescribeEdrExportJobList. |
| 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 EDRFilter | PolicyType - int - required: no - policy typePolicyName - string - required: no - Policy NameDomain - string - required: no - Domain name (URL-encode the Domain name first, then encode it with base64)PolicyAction- int - required: no - policy actionIsEnabled - int - required: no - whether it takes effect |
| Limit | No | Integer | Limit number. Default value: 10. Maximum value: 100 |
| Offset | No | Integer | Offset. Default: 0 |
| Order | No | String | Sort direction by task creation time. Only Enumeration values:
|
| By | No | String | Sorting field. Currently only supports InsertTime (time order by task issuance). Default is InsertTime if not passed. Importing other values will return InvalidParameter. |
| Parameter Name | Type | Description |
|---|---|---|
| TotalCount | Integer | Downloaded file count |
| List | Array of EDRExportJobItem | Download file information |
| 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: cwp.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeEdrExportJobList
<Common request parameters>
{}
{
"Response": {
"List": [
{
"ExportProgress": 100,
"ExportStatus": "SUCCESS",
"FailureMsg": "",
"InsertTime": "2026-05-13 14:31:14",
"JobId": "3a419bbc-780b-4e8d-882a-9493b4473608",
"JobName": "EdrAlert_20260513143114_1",
"Source": "EdrAlert",
"Timeout": "2026-05-13 16:31:14"
}
],
"TotalCount": 1,
"RequestId": "bd0cb02d-add9-4382-b38d-93c75ec7d31f"
}
}
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. |
文档反馈