pmg_tracker_list
Retrieve mail tracking entries from Proxmox Mail Gateway with optional filters by sender, recipient, time window, and other criteria.
Instructions
READ-ONLY: list mail tracking entries. Needs PROXIMO_PMG_* config.
Returns a list of dicts, one per tracked message (up to limit, default 2000). Use
pmg_tracker_detail for the full delivery trace of one message ID from this list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Unix epoch end of the tracker window; omit for no upper bound. | |
| ndr | No | If set, filter to (or exclude) non-delivery-report entries. | |
| node | No | PMG node name; defaults to the configured node. | |
| from_ | No | Filter by envelope sender address. | |
| limit | No | Maximum entries to return, 0-100000 (default 2000). | |
| start | No | Unix epoch start of the tracker window; omit for no lower bound. | |
| target | No | Filter by recipient address. | |
| xfilter | No | Free-text filter applied to tracker entries. | |
| greylist | No | If set, filter to (or exclude) greylisted entries. | |
| 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 |