pve_node_journal
Retrieve systemd journal entries from a Proxmox VE node for log inspection. Filter by time range and limit to the most recent lines.
Instructions
READ-ONLY: fetch systemd journal lines from a PVE node for log inspection.
No state change. Returns a list of journal-line strings. Narrow with since/until (timestamp format per PVE — typically epoch seconds or ISO 8601) and lastentries (most-recent N, max 5000; higher is rejected with an error). For the classic syslog view use pve_node_syslog; for one service's current state use pve_node_service_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node name; defaults to the configured node | |
| since | No | Only return entries at or after this timestamp (journalctl-compatible format) | |
| until | No | Only return entries at or before this timestamp (journalctl-compatible format) | |
| lastentries | No | Number of most-recent journal lines to return, max 5000 (values above are rejected) | |
| 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 |