pmg_statistics_receiver
Retrieve per-recipient mail statistics from a Proxmox Mail Gateway with optional time window, recipient filter, and sort order.
Instructions
READ-ONLY: get per-recipient mail statistics. Needs PROXIMO_PMG_* config.
Returns a list of per-recipient stat dicts. orderby is a raw sort-spec passthrough here (unlike pmg_statistics_sender, which ignores it). For per-sender stats use pmg_statistics_sender.
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 recipients. | |
| orderby | No | Raw sort spec passed through to the PMG API. | |
| 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 |