Retrieves sending statistics that match specified criteria.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:SenderStatisticsByTagNameAndBatchID |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AccountName |
string |
No |
The sender address. If you do not specify this parameter, statistics for all sender addresses are returned. |
xxx |
| StartTime |
string |
Yes |
The start time for the query. The date cannot be more than 30 days in the past. The format must be |
2019-09-29 |
| EndTime |
string |
Yes |
The end time for the query. The time range between |
2019-09-29 |
| TagName |
string |
No |
The email tag. If you do not specify this parameter, statistics for all tags are returned. |
xxx |
| DedicatedIpPoolId |
string |
No |
If you use Dedicated IPs, specify the ID of the dedicated IP pool to query. If you do not specify this parameter, statistics for all resources are returned. |
xxx |
| DedicatedIp |
string |
No |
If you use Dedicated IPs, use this parameter to filter statistics by a specific Dedicated IP. If you do not specify this parameter, statistics for all dedicated IPs that match the other criteria are returned. |
xxx.xxx.xxx.xxx |
| Esp |
string |
No |
If you use Dedicated IPs, use this parameter to filter statistics by a specific Email Service Provider (ESP). Valid values are:
If you do not specify this parameter, statistics for all ESPs are returned. |
gmail.com |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| TotalCount |
integer |
The total count of data records. |
1 |
| RequestId |
string |
The ID of the request. |
10A1AD70-E48E-476D-98D9-39BD92193837 |
| data |
object |
Contains the statistical data. |
|
| stat |
array<object> |
An array of data records. |
|
|
object |
A single data record. |
||
| unavailablePercent |
string |
The unavailable percentage. |
0% |
| CreateTime |
string |
The creation time of the data record. |
2025-03-02 |
| succeededPercent |
string |
The success rate. |
100.00% |
| faildCount |
string |
The failed count. |
0 |
| unavailableCount |
string |
The unavailable count. |
0 |
| successCount |
string |
The success count. |
4 |
| requestCount |
string |
The request count. |
4 |
Examples
Success response
JSON format
{
"TotalCount": 1,
"RequestId": "10A1AD70-E48E-476D-98D9-39BD92193837",
"data": {
"stat": [
{
"unavailablePercent": "0%",
"CreateTime": "2025-03-02",
"succeededPercent": "100.00%",
"faildCount": "0",
"unavailableCount": "0",
"successCount": "4",
"requestCount": "4"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.