pve_task_log
Retrieve paginated log lines from a Proxmox task by UPID. Use for inspecting task execution details without modification.
Instructions
Retrieve a task's log output by UPID (read-only). Returns the task's log lines with line numbers, paginated via start/limit. Use pve_task_wait for completion polling, or pve_tasks_list to find a UPID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| upid | Yes | ||
| limit | No | ||
| start | No | ||
| 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 |