pve_task_log
Retrieve paginated log output of a Proxmox task using its UPID, with line numbers, start offset, and limit parameters.
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 | Node the task ran on; defaults to the configured node. | |
| upid | Yes | The task's Unique Process ID (UPID) string returned by an async operation. | |
| limit | No | Max number of log lines to return. | |
| start | No | Line offset to start returning log output from (for pagination). | |
| 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 |