pmg_tracker_detail
Retrieve detailed delivery-hop tracking for a specific mail ID from Proxmox Mail Gateway. Use after listing IDs to examine message routing.
Instructions
READ-ONLY: get tracking detail for a specific mail ID. Needs PROXIMO_PMG_* config.
Returns a list of delivery-hop dicts for that message. Get id_ from pmg_tracker_list first; it is validated path-segment-safe (rejects '..', '/', control/whitespace chars).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Unix epoch end of the tracker window; omit for no upper bound. | |
| id_ | Yes | Mail/queue tracker ID to fetch detail for. | |
| node | No | PMG node name; defaults to the configured node. | |
| start | No | Unix epoch start of the tracker window; omit for no lower bound. | |
| 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 |