pmg_statistics_sender
Retrieve per-sender mail statistics from Proxmox Mail Gateway. Filter results and specify time range using Unix epoch timestamps.
Instructions
Get per-sender mail statistics (read). Needs PROXIMO_PMG_* config.
PMG 9.1 live-verified path via pmgsh ls: GET /statistics/sender. filter_: optional search string. orderby: accepted for compatibility but IGNORED — PMG 9.1 rejects orderby on /statistics/sender (HTTP 400), so rows come back in PMG's default order (unlike pmg_statistics_receiver, which does pass orderby through). Maps start/end Unix epoch → starttime/endtime query params.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| start | No | ||
| filter_ | No | ||
| orderby | No | ||
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |