pmg_statistics_sender
Get per-sender mail statistics from a Proxmox Mail Gateway. Optionally filter by time range or sender string, and target a specific PMG server.
Instructions
READ-ONLY: get per-sender mail statistics. Needs PROXIMO_PMG_* config.
Returns a list of per-sender stat dicts. orderby is accepted for compatibility but IGNORED — PMG rejects it here (HTTP 400) unlike pmg_statistics_receiver, which does honor it. For per-recipient stats use pmg_statistics_receiver.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Unix epoch end of the window; omit for no upper bound. | |
| start | No | Unix epoch start of the window; omit for no lower bound. | |
| filter_ | No | Optional search string to filter senders. | |
| orderby | No | Accepted for compatibility but ignored — PMG 9.1 rejects orderby on this endpoint. | |
| 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 |