zabbix_item_history
Retrieve recent metric history for a single Zabbix item over a configurable look-back window, with a limit on returned points; a truncated flag indicates when only the most recent slice is returned.
Instructions
[READ] Bounded metric detail for one Zabbix item (meta + history points).
Sets truncated: true when the item had more points in the window than
were returned — the series you got is the most recent slice, not all of it.
Args: item_id: Zabbix item id (from the host's items). hours: Look-back window in hours (capped at 168). limit: Max history points to return (capped at 500). target: Zabbix target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No | ||
| limit | No | ||
| target | No | ||
| item_id | Yes |